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