Class title
Specifies the position or job of the object the vCard represents. See Section 6.6.1 of RFC 6350.
Inherited Members
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class title
Constructors
| Edit this page View Sourcetitle()
Default constructor. Used for de-serialization using XmlSerializer or to create a new object of this type.
Declaration
public title()
title(XmlNode)
Constructor used when programmatically parsing a XML document.
Declaration
public title(XmlNode Root)
Parameters
Type | Name | Description |
---|---|---|
XmlNode | Root | Root node containing the XML for this type |
Fields
| Edit this page View Sourceparameters
Title parameters
Declaration
public titleParameters parameters
Field Value
Type | Description |
---|---|
titleParameters |
text
Contains a string that indicates the job or other title of the subject of the vCard.
Declaration
public string text
Field Value
Type | Description |
---|---|
string |