RelationshipTypeSibling Property
IT Hit WebDAV Classes Reference
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.
Namespace:
ITHit.Collab.Calendar
Assembly:
ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax public static RelationshipType Sibling { get; }
Public Shared ReadOnly Property Sibling As RelationshipType
Get
public:
static property RelationshipType^ Sibling {
RelationshipType^ get ();
}
static member Sibling : RelationshipType with get
Property Value
Type:
RelationshipTypeSee Also