ICardPropertyListTPreferedProperty Property
IT Hit WebDAV Classes Reference
Returns preferred property or null if no preferred property exist.
Namespace:
ITHit.Collab.Card
Assembly:
ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax T PreferedProperty { get; }
ReadOnly Property PreferedProperty As T
Get
property T PreferedProperty {
T get ();
}
abstract PreferedProperty : 'T with get
Property Value
Type:
TRemarks
For business card 4.0 returns property with max PreferenceLevel Preference value.
For business card 2.1 and 3.0 returns property with PREF parameter value.
Returns null if if no property marked as preferred found or if the list is empty.
See Also