Class kind
Specifies the kind of object the vCard represents. See Section 6.1.4 of RFC 6350.
Inherited Members
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class kind
Constructors
| Edit this page View Sourcekind()
Default constructor. Used for de-serialization using XmlSerializer or to create a new object of this type.
Declaration
public kind()
kind(XmlNode)
Constructor used when programmatically parsing a XML document.
Declaration
public kind(XmlNode Root)
Parameters
Type | Name | Description |
---|---|---|
XmlNode | Root | Root node containing the XML for this type |
Fields
| Edit this page View Sourcetext
May be one of the following values: individual, group, org, or location.
Declaration
public string text
Field Value
Type | Description |
---|---|
string |