RelationshipTypeParent Property
IT Hit WebDAV Classes Reference
Represents a parent relationship. Indicates that the referenced calendar component is a superior of calendar component. String value is "PARENT", integer value is 1.
Namespace:
ITHit.Collab.Calendar
Assembly:
ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax public static RelationshipType Parent { get; }
Public Shared ReadOnly Property Parent As RelationshipType
Get
public:
static property RelationshipType^ Parent {
RelationshipType^ get ();
}
static member Parent : RelationshipType with get
Property Value
Type:
RelationshipTypeSee Also