ICalendar2CreateMethodProp Method (String)
IT Hit WebDAV Classes Reference
Creates
IMethod property from string 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(
string value
)
Function CreateMethodProp (
value As String
) As IMethod
IMethod^ CreateMethodProp(
String^ value
)
abstract CreateMethodProp :
value : string -> IMethod
Parameters
- value
- Type: SystemString
String property value. If null is passed, this method returns null.
Return Value
Type:
IMethodObject implementing
IMethod or null if
value parameter is null.
Remarks
This method does NOT throws any exceptions if no
MethodType is found that match the passed
value.
Instead the new
StatusType is created in this case with
Name being set to the
value passed.
The
Number is set to default value (-1) in this case.
See Also