Class pref
The PREF parameter is OPTIONAL and is used to indicate that the corresponding instance of a property is preferred by the vCard author.Its value MUST be 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. See Section 5.3 of RFC 6350.
Inherited Members
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class pref
  Constructors
| Edit this page View Sourcepref()
Default constructor. Used for de-serialization using XmlSerializer or to create a new object of this type.
Declaration
public pref()
  pref(XmlNode)
Constructor used when programmatically parsing a XML document.
Declaration
public pref(XmlNode Root)
  Parameters
| Type | Name | Description | 
|---|---|---|
| XmlNode | Root | Root node containing the XML for this type  | 
      
Fields
| Edit this page View Sourceinteger
The preference value MUST be 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.
Declaration
public string integer
  Field Value
| Type | Description | 
|---|---|
| string |