Class MeetingParticipants
The properties of the participant of a meeting
Inheritance
System.Object
MeetingParticipants
Namespace: iConfRTCModel
Assembly: iConfRTCWinForm.dll
Syntax
public class MeetingParticipants
Properties
Id
The Connection ID
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Session
The Session that can be used to view the user ( See ViewSession)
Declaration
public string Session { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserName
The User Name of the user
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |