Class label
Label parameter for the adr class. See Section 6.3.1 of RFC 6350.
Inherited Members
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class label
Constructors
| Edit this page View Sourcelabel()
Default constructor. Used for de-serialization using XmlSerializer or to create a new object of this type.
Declaration
public label()
label(XmlNode)
Constructor used when programmatically parsing a XML document.
Declaration
public label(XmlNode Root)
Parameters
Type | Name | Description |
---|---|---|
XmlNode | Root | Root node containing the XML for this type |
Fields
| Edit this page View Sourcetext
Contains formatted text, including carriage returns and line feeds of the address label.
Declaration
public string text
Field Value
Type | Description |
---|---|
string |