Class note
Specifies supplemental information or a comment that is associated with the vCard. See Section 6.7.2 of RFC 6350.
Inherited Members
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class note
Constructors
| Edit this page View Sourcenote()
Default constructor. Used for de-serialization using XmlSerializer or to create a new object of this type.
Declaration
public note()
note(XmlNode)
Constructor used when programmatically parsing a XML document.
Declaration
public note(XmlNode Root)
Parameters
Type | Name | Description |
---|---|---|
XmlNode | Root | Root node containing the XML for this type |
Fields
| Edit this page View Sourceparameters
Note parameters
Declaration
public noteParameters parameters
Field Value
Type | Description |
---|---|
noteParameters |
text
Free text of for the note
Declaration
public string text
Field Value
Type | Description |
---|---|
string |