ITypedPropertyTTypes Property
IT Hit WebDAV Classes Reference
Property types, such as home, work, cell, etc.
Namespace: ITHit.WebDAV.CardAssembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
SyntaxProperty Types As T()
Get
Set
property array<T>^ Types {
array<T>^ get ();
void set (array<T>^ value);
}
abstract Types : 'T[] with get, set
Property Value
Type:
T
Remarks
This types array never includes PREF parameter. Use [!:IDavProperty.IsPrefered] instead to
get and set preference in business card v2.1 and v3.0. Use [!:ICardProperty4.PreferenceLevel] to get
and set preference in business card v4.0.
See Also