Click or drag to resize

RelationshipType Properties

IT Hit WebDAV Classes Reference

The RelationshipType type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberChild
Represents a child relationship. Indicates that the referenced calendar component is a subordinate of the calendar component. String value is "CHILD", integer value is 2.
Public propertyName
Gets the string representation of the enum value.
(Inherited from ExtendibleEnum.)
Public propertyNumber
Gets the integer representation of the enum value. Default is -1.
(Inherited from ExtendibleEnum.)
Public propertyStatic memberParent
Represents a parent relationship. Indicates that the referenced calendar component is a superior of calendar component. String value is "PARENT", integer value is 1.
Public propertyStatic memberSibling
Represents a sibling relationship. Indicates that the referenced calendar component is a peer of the calendar component. String value is "SIBLING", integer value is 3.
Top
See Also