Class fn
Specifies the formatted text corresponding to the name of the object the vCard represents. See Section 6.2.1 of RFC 6350.
Inherited Members
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class fn
Constructors
| Edit this page View Sourcefn()
Default constructor. Used for de-serialization using XmlSerializer or to create a new object of this type.
Declaration
public fn()
fn(XmlNode)
Constructor used when programmatically parsing a XML document.
Declaration
public fn(XmlNode Root)
Parameters
| Type | Name | Description |
|---|---|---|
| XmlNode | Root | Root node containing the XML for this type |
Fields
| Edit this page View Sourceparameters
Specifies the parameters for the FN property.
Declaration
public fnParameters parameters
Field Value
| Type | Description |
|---|---|
| fnParameters |
text
Contains the full or formatted name. For example: John Doe
Declaration
public string text
Field Value
| Type | Description |
|---|---|
| string |