Class impp
Specifies the URI for instant messaging and presence protocol communications with the object the vCard represents. See Section 6.4.3 of RFC 6350.
Inherited Members
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class impp
Constructors
| Edit this page View Sourceimpp()
Default constructor. Used for de-serialization using XmlSerializer or to create a new object of this type.
Declaration
public impp()
impp(XmlNode)
Constructor used when programmatically parsing a XML document.
Declaration
public impp(XmlNode Root)
Parameters
Type | Name | Description |
---|---|---|
XmlNode | Root | Root node containing the XML for this type |
Fields
| Edit this page View Sourceparameters
IMPP parameters
Declaration
public imppParameters parameters
Field Value
Type | Description |
---|---|
imppParameters |
uri
Contains the IMPP URI
Declaration
public string uri
Field Value
Type | Description |
---|---|
string |