Class nickname
Specifies the text corresponding to the nickname of the object the vCard represents. See Section 6.2.3 of RFC 6350.
Inherited Members
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class nickname
  Constructors
| Edit this page View Sourcenickname()
Default constructor. Used for de-serialization using XmlSerializer or to create a new object of this type.
Declaration
public nickname()
  nickname(XmlNode)
Constructor used when programmatically parsing a XML document.
Declaration
public nickname(XmlNode Root)
  Parameters
| Type | Name | Description | 
|---|---|---|
| XmlNode | Root | Root node containing the XML for this type  | 
      
Fields
| Edit this page View Sourceparameters
Nickname parameters
Declaration
public nicknameParameters parameters
  Field Value
| Type | Description | 
|---|---|
| nicknameParameters | 
text
Specifies the nickname value
Declaration
public string[] text
  Field Value
| Type | Description | 
|---|---|
| string[] |