ICalendar2CreateStatusProp Method (String)
IT Hit WebDAV Classes Reference
Creates
IStatus property from string value. Returns null if
value parameter is null.
Assign the value returned by this method to
Status property.
Namespace:
ITHit.Collab.Calendar
Assembly:
ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax IStatus CreateStatusProp(
string value
)
Function CreateStatusProp (
value As String
) As IStatus
IStatus^ CreateStatusProp(
String^ value
)
abstract CreateStatusProp :
value : string -> IStatus
Parameters
- value
- Type: SystemString
String property value. If null is passed, this method returns null.
Return Value
Type:
IStatusObject implementing
IStatus or null if
value parameter is null.
Remarks
This method does NOT throws any exceptions if no
StatusType 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