Click or drag to resize

ICalendar2CreateActionProp Method

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