Class logo
Specifies a graphic image of a logo associated with the object the vCard represents. See Section 6.6.3 of RFC 6350.
Inherited Members
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class logo
  Constructors
| Edit this page View Sourcelogo()
Default constructor. Used for de-serialization using XmlSerializer or to create a new object of this type.
Declaration
public logo()
  logo(XmlNode)
Constructor used when programmatically parsing a XML document.
Declaration
public logo(XmlNode Root)
  Parameters
| Type | Name | Description | 
|---|---|---|
| XmlNode | Root | Root node containing the XML for this type  | 
      
Fields
| Edit this page View Sourceparameters
Logo parameters
Declaration
public logoParameters parameters
  Field Value
| Type | Description | 
|---|---|
| logoParameters | 
uri
URI for the logo
Declaration
public string uri
  Field Value
| Type | Description | 
|---|---|
| string |