Click or drag to resize

ICalendar2CreateStatusProp Method

IT Hit WebDAV Classes Reference
Overload List
  NameDescription
Public methodCreateStatusProp(NullableInt32)
Creates IStatus property from NullableTInt32 value. Returns null if value parameter is null. Throws ArgumentException exception if no StatusType is found that match the passed value. Assign the value returned by this method to Status property.
Public methodCreateStatusProp(String)
Creates IStatus property from string value. Returns null if value parameter is null. Assign the value returned by this method to Status property.
Public methodCreateStatusProp(StatusType)
Creates IStatus property from StatusType value. Returns null if value parameter is null. Assign the value returned by this method to Status property.
Top
See Also