ParticipationStatusType Constructor 
IT Hit WebDAV Classes Reference 
            Creates a new instance of the enum object.
            
 
    Namespace: 
   ITHit.Collab.Calendar
    Assembly:
   ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntaxpublic ParticipationStatusType(
	string name,
	int number = -1
)
Public Sub New ( 
	name As String,
	Optional number As Integer = -1
)
public:
ParticipationStatusType(
	String^ name, 
	int number = -1
)
new : 
        name : string * 
        ?number : int 
(* Defaults:
        let _number = defaultArg number -1
*)
-> ParticipationStatusTypeParameters
- name
 - Type: SystemString
String representation of the enum value. - number (Optional)
 - Type: SystemInt32
Integer representation of the enum value. 
See Also