Class role
Specifies the function or part played in a particular situation by the object the vCard represents. See Section 6.6.2 of RFC 6350.
Inherited Members
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class role
  Constructors
| Edit this page View Sourcerole()
Default constructor. Used for de-serialization using XmlSerializer or to create a new object of this type.
Declaration
public role()
  role(XmlNode)
Constructor used when programmatically parsing a XML document.
Declaration
public role(XmlNode Root)
  Parameters
| Type | Name | Description | 
|---|---|---|
| XmlNode | Root | Root node containing the XML for this type  | 
      
Fields
| Edit this page View Sourceparameters
Role parameters
Declaration
public roleParameters parameters
  Field Value
| Type | Description | 
|---|---|
| roleParameters | 
text
Contains a string that indicates the role of the subject of the vCard
Declaration
public string text
  Field Value
| Type | Description | 
|---|---|
| string |