Class userstype
Class that contains the participants of the conference. See Section 5.6 of RFC 4575.
Inherited Members
Namespace: ConferenceEvent
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class userstype
  Constructors
| Edit this page View Sourceuserstype()
Default constructor
Declaration
public userstype()
  Fields
| Edit this page View SourceAny
Extension point for elements.
Declaration
public List<XmlElement> Any
  Field Value
| Type | Description | 
|---|---|
| List<XmlElement> | 
AnyAttr
Extension point for attributes.
Declaration
public List<XmlAttribute> AnyAttr
  Field Value
| Type | Description | 
|---|---|
| List<XmlAttribute> | 
state
Specifies the state of the information included in this object.
Declaration
public statetype state
  Field Value
| Type | Description | 
|---|---|
| statetype | 
user
Contains a list of users.
Declaration
public List<usertype> user
  Field Value
| Type | Description | 
|---|---|
| List<usertype> |