IRelatedToRelationship Property
IT Hit WebDAV Classes Reference
Gets or sets the type of hierarchical relationship associated
with the calendar component specified by the property.
Namespace: ITHit.WebDAV.CalendarAssembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
SyntaxRelationshipType Relationship { get; set; }
Property Relationship As RelationshipType
Get
Set
property RelationshipType^ Relationship {
RelationshipType^ get ();
void set (RelationshipType^ value);
}
abstract Relationship : RelationshipType with get, set
Property Value
Type:
RelationshipType
See Also