RelationshipTypeSibling Property
IT Hit WebDAV Classes Reference
Represents a sibling relationship. Indicates that the referenced calendar component is a peer of the calendar component.
Namespace: ITHit.WebDAV.Calendar.ParamsAssembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntaxpublic 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:
RelationshipType
See Also