RelationshipTypeChild Property
IT Hit WebDAV Classes Reference
Represents a child relationship. Indicates that the referenced calendar component is a subordinate 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 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:
RelationshipType
See Also