ICardMultiProperty4PreferenceLevel Property
IT Hit WebDAV Classes Reference
Represents the level of property preference.
Namespace:
ITHit.Collab.Card
Assembly:
ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax Nullable<uint> PreferenceLevel { get; set; }
Property PreferenceLevel As Nullable(Of UInteger)
Get
Set
property Nullable<unsigned int> PreferenceLevel {
Nullable<unsigned int> get ();
void set (Nullable<unsigned int> value);
}
abstract PreferenceLevel : Nullable<uint32> with get, set
Property Value
Type:
NullableUInt32Integer 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