Click or drag to resize

ICardPropertyList<T>.PreferedOrFirstProperty Property

IT Hit WebDAV Classes Reference
Returns preferred property or first property if no preferred property exist. Returns null if the list is empty.

Namespace:  ITHit.Collab.Card
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax
T PreferedOrFirstProperty { get; }

Property Value

Type: T
Remarks

Returns property with max PreferenceLevel value for business card 4.0.

Returns first value if no properties with preference property found.

Returns null if the list is empty.

See Also