ICalendar2CreateMethodProp Method (MethodType)
IT Hit WebDAV Classes Reference
Creates
IMethod property from
MethodType value. Returns null if
value parameter is null.
Assign the value returned by this method to
Method property.
Namespace:
ITHit.Collab.Calendar
Assembly:
ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax IMethod CreateMethodProp(
MethodType value
)
Function CreateMethodProp (
value As MethodType
) As IMethod
IMethod^ CreateMethodProp(
MethodType^ value
)
abstract CreateMethodProp :
value : MethodType -> IMethod
Parameters
- value
- Type: ITHit.Collab.CalendarMethodType
StatusType property value. If null is passed, this method returns null.
Return Value
Type:
IMethodObject implementing
IMethod or null if
value parameter is null.
See Also