Class language
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 language
Constructors
| Edit this page View Sourcelanguage()
Default constructor. Used for de-serialization using XmlSerializer or to create a new object of this type.
Declaration
public language()
language(XmlNode)
Constructor used when programmatically parsing a XML document.
Declaration
public language(XmlNode Root)
Parameters
Type | Name | Description |
---|---|---|
XmlNode | Root | Root node containing the XML for this type |
Fields
| Edit this page View Sourcelanguagetag
Contains the language tag as described in RFC 5646. For example: en-US.
Declaration
public string languagetag
Field Value
Type | Description |
---|---|
string |