Class org
Specifies the organizational name and units associated with the vCard. See Section 6.6.4 of RFC 6350.
Inherited Members
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class org
  Constructors
| Edit this page View Sourceorg()
Default constructor. Used for de-serialization using XmlSerializer or to create a new object of this type.
Declaration
public org()
  org(XmlNode)
Constructor used when programmatically parsing a XML document.
Declaration
public org(XmlNode Root)
  Parameters
| Type | Name | Description | 
|---|---|---|
| XmlNode | Root | Root node containing the XML for this type  | 
      
Fields
| Edit this page View Sourceparameters
Organization parameters
Declaration
public orgParameters parameters
  Field Value
| Type | Description | 
|---|---|
| orgParameters | 
text
The property is based on the X.520 Organization Name and Organization Unit attributes The property value is a structured type consisting of the organization name, followed by zero or more levels of organizational unit names. For example: ABC Inc.;North American Division;Marketing
Declaration
public string[] text
  Field Value
| Type | Description | 
|---|---|
| string[] |