Class lang
Specifies the language(s) that may be used for contacting the entity associated with the vCard. See Section 6.4.4 of RFC 6350.
Inherited Members
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class lang
Constructors
| Edit this page View Sourcelang()
Default constructor. Used for de-serialization using XmlSerializer or to create a new object of this type.
Declaration
public lang()
lang(XmlNode)
Constructor used when programmatically parsing a XML document.
Declaration
public lang(XmlNode Root)
Parameters
Type | Name | Description |
---|---|---|
XmlNode | Root | Root node containing the XML for this type |
Fields
| Edit this page View Sourcelanguagetag
Language tag. For example: en or fr
Declaration
public string languagetag
Field Value
Type | Description |
---|---|
string |
parameters
Language parameters
Declaration
public langParameters parameters
Field Value
Type | Description |
---|---|
langParameters |