Class prodid
Specifies the identifier for the product that created the vCard object. See Section 6.7.3 of RFC 6350.
Inherited Members
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class prodid
Constructors
| Edit this page View Sourceprodid()
Default constructor. Used for de-serialization using XmlSerializer or to create a new object of this type.
Declaration
public prodid()
prodid(XmlNode)
Constructor used when programmatically parsing a XML document.
Declaration
public prodid(XmlNode Root)
Parameters
Type | Name | Description |
---|---|---|
XmlNode | Root | Root node containing the XML for this type |
Fields
| Edit this page View Sourcetext
Name of the product
Declaration
public string text
Field Value
Type | Description |
---|---|
string |