Class vcards
Class that contains multiple vcards (vcardType objects)
Inherited Members
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class vcards
  Constructors
| Edit this page View Sourcevcards()
Default constructor. Used for de-serialization using XmlSerializer or to create a new object of this type.
Declaration
public vcards()
  vcards(XmlNode)
Constructor used when programmatically parsing a XML document.
Declaration
public vcards(XmlNode Root)
  Parameters
| Type | Name | Description | 
|---|---|---|
| XmlNode | Root | Root node containing the XML for this type  | 
      
Fields
| Edit this page View Sourcevcard
An array of vcards
Declaration
public vcardType[] vcard
  Field Value
| Type | Description | 
|---|---|
| vcardType[] |