Class userstype
Class that contains the participants of the conference. See Section 5.6 of RFC 4575.
Inherited Members
Namespace: I3SubNot
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class userstype
Constructors
| Edit this page View Sourceuserstype()
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 string state
Field Value
Type | Description |
---|---|
string |
user
Contains a list of users.
Declaration
public List<usertype> user
Field Value
Type | Description |
---|---|
List<usertype> |