ITypedPropertyTTypes Property
IT Hit WebDAV Classes Reference
Property types, such as home, work, cell, etc.
Namespace:
ITHit.Collab.Card
Assembly:
ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax Property 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:
TRemarks
This types array never includes PREF parameter. Use [!:IProperty.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