Click or drag to resize

ICalendar2CreateMethodProp Method

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