ParameterSectionPreference Property
PREF or TYPE=PREF: Expresses preference for a property.
(2,3,4)
Namespace: FolkerKinzel.VCards.Models.Properties.ParametersAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
public int Preference { get; set; }
Public Property Preference As Integer
Get
Set
public:
property int Preference {
int get ();
void set (int value);
}
member Preference : int with get, set
Property Value
Int32A value between 1 and 100. 1 means most preferred.
A differentiated preference can only be stated beginning with vCard 4.0. In
vCard 2.1 and vCard 3.0 only the most preferred property is marked with
PREF. As the preferred property the one is selected with the lowest
numerical value for Preference.