CalendarUserType Constructor (String, Int32)
IT Hit WebDAV Classes Reference
Creates a new instance of the enum object.
Namespace: ITHit.WebDAV.Calendar.ParamsAssembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntaxpublic CalendarUserType(
string name,
int number
)
Public Sub New (
name As String,
number As Integer
)
public:
CalendarUserType(
String^ name,
int number
)
new :
name : string *
number : int -> CalendarUserType
Parameters
- name
- Type: SystemString
String representation of the enum value. - number
- Type: SystemInt32
Integer representation of the enum value.
See Also