IDavObjectCreatePropertyT Method
IT Hit WebDAV Classes Reference
Creates a property that do not occure more than once in calendar or business card.
Namespace: ITHit.WebDAVAssembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
SyntaxT CreateProperty<T>()
where T : IDavProperty
Function CreateProperty(Of T As IDavProperty) As T
generic<typename T>
where T : IDavProperty
T CreateProperty()
abstract CreateProperty : unit -> 'T when 'T : IDavProperty
Type Parameters
- T
- Type of the calendar or business card property.
Return Value
Type:
TNew property instance.
See Also