Class altid
The ALTID parameter is used to "tag" property instances as being alternative representations of the same logical property. See Section 5.4 of RFC 6350
Inherited Members
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class altid
  Constructors
| Edit this page View Sourcealtid()
Default constructor. Used for de-serialization using XmlSerializer or to create a new object of this type.
Declaration
public altid()
  altid(XmlNode)
Constructor used when programmatically parsing a XML document.
Declaration
public altid(XmlNode Root)
  Parameters
| Type | Name | Description | 
|---|---|---|
| XmlNode | Root | Root node containing the XML for this type  | 
      
Fields
| Edit this page View Sourcetext
Opaque string. Its sole purpose is to be compared for equality against other ALTID parameter values.
Declaration
public string text
  Field Value
| Type | Description | 
|---|---|
| string |