Class url
Specifies a uniform resource locator associated with the object to which the vCard refers.Examples for individuals include personal web sites, blogs, and social networking site identifiers. See Section 6.7.8 of RFC 6350.
Inherited Members
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class url
  Constructors
| Edit this page View Sourceurl()
Default constructor. Used for de-serialization using XmlSerializer or to create a new object of this type.
Declaration
public url()
  url(XmlNode)
Constructor used when programmatically parsing a XML document.
Declaration
public url(XmlNode Root)
  Parameters
| Type | Name | Description | 
|---|---|---|
| XmlNode | Root | Root node containing the XML for this type  | 
      
Fields
| Edit this page View Sourceparameters
URL parameters
Declaration
public urlParameters parameters
  Field Value
| Type | Description | 
|---|---|
| urlParameters | 
uri
Specifies a uniform resource locator associated with the object to which the vCard refers.
Declaration
public string uri
  Field Value
| Type | Description | 
|---|---|
| string |