Click or drag to resize

ICardMultiProperty4PreferenceLevel Property

IT Hit WebDAV Classes Reference
Represents the level of property preference.

Namespace: ITHit.WebDAV.Card
Assembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntax
Nullable<uint> PreferenceLevel { get; set; }

Property Value

Type: NullableUInt32
Integer between 1 and 100 or null if preference parameter is not present.
Remarks

This is an integer between 1 and 100 that quantifies the level of preference. Lower values correspond to a higher level of preference, with 1 being most preferred.

This property provides access to underlying PREF business card raw property parameter.

http://tools.ietf.org/html/rfc6350#section-5.3

See Also