Class adrParametersGeo
Geographic parameters for the adr class. See Section 6.3.1 of RFC 6350.
Inherited Members
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class adrParametersGeo
  Constructors
| Edit this page View SourceadrParametersGeo()
Default constructor. Used for de-serialization using XmlSerializer or to create a new object of this type.
Declaration
public adrParametersGeo()
  adrParametersGeo(XmlNode)
Constructor used when programmatically parsing a XML document.
Declaration
public adrParametersGeo(XmlNode Root)
  Parameters
| Type | Name | Description | 
|---|---|---|
| XmlNode | Root | Root node containing the XML for this type  | 
      
Fields
| Edit this page View Sourceuri
Contains a geo URI scheme location. See RFC 5870.
Declaration
public string uri
  Field Value
| Type | Description | 
|---|---|
| string |