Click or drag to resize

ICalendar2CreateClassProp Method

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