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