The RelationshipType type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Child |
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.
|
![]() | Name |
Gets the string representation of the enum value.
(Inherited from ExtendibleEnum.) |
![]() | Number |
Gets the integer representation of the enum value. Default is -1.
(Inherited from ExtendibleEnum.) |
![]() ![]() | Parent |
Represents a parent relationship. Indicates that the referenced calendar component is a superior of calendar component. String value is "PARENT", integer value is 1.
|
![]() ![]() | Sibling |
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.
|