Click or drag to resize

IDavObjectCreatePropertyT Method

IT Hit WebDAV Classes Reference
Creates a property that do not occure more than once in calendar or business card.

Namespace: ITHit.WebDAV
Assembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntax
T CreateProperty<T>()
where T : IDavProperty

Type Parameters

T
Type of the calendar or business card property.

Return Value

Type: T
New property instance.
See Also