Class uid
Specifies a value that represents a globally unique identifier corresponding to the entity associated with the vCard. See Section 6.7.6 of RFC 6350.
Inherited Members
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class uid
  Constructors
| Edit this page View Sourceuid()
Default constructor. Used for de-serialization using XmlSerializer or to create a new object of this type.
Declaration
public uid()
  uid(XmlNode)
Constructor used when programmatically parsing a XML document.
Declaration
public uid(XmlNode Root)
  Parameters
| Type | Name | Description | 
|---|---|---|
| XmlNode | Root | Root node containing the XML for this type  | 
      
Fields
| Edit this page View Sourceuri
Contains the URI
Declaration
public string uri
  Field Value
| Type | Description | 
|---|---|
| string |