ICalendar2CreateClassProp Method (NullableInt32)
IT Hit WebDAV Classes Reference
Namespace: ITHit.WebDAV.CalendarAssembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
SyntaxIClassification CreateClassProp(
Nullable<int> value
)
Function CreateClassProp (
value As Nullable(Of Integer)
) As IClassification
IClassification^ CreateClassProp(
Nullable<int> value
)
abstract CreateClassProp :
value : Nullable<int> -> IClassification
Parameters
- value
- Type: SystemNullableInt32
Integer property value. If null is passed, this method returns null.
Return Value
Type:
IClassificationObject implementing
IClassification or null if
value parameter is null.
RemarksThis method throws
ArgumentException exception if no enum value is found that match the passed
value.
See Also