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