Class member
Class for including a member in the group this vCard represents. See Section 6.6.5 of RFC 6350.
Inherited Members
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class member
  Constructors
| Edit this page View Sourcemember()
Default constructor. Used for de-serialization using XmlSerializer or to create a new object of this type.
Declaration
public member()
  member(XmlNode)
Constructor used when programmatically parsing a XML document.
Declaration
public member(XmlNode Root)
  Parameters
| Type | Name | Description | 
|---|---|---|
| XmlNode | Root | Root node containing the XML for this type  | 
      
Fields
| Edit this page View Sourceparameters
Member parameters
Declaration
public memberParameters parameters
  Field Value
| Type | Description | 
|---|---|
| memberParameters | 
uri
A single URI. It MAY refer to something other than a vCard object. For example, an email distribution list could employ the "mailto" URI scheme
Declaration
public string uri
  Field Value
| Type | Description | 
|---|---|
| string |