Class NewMeetingSessiontEventArgs
Inheritance
System.Object
System.EventArgs
NewMeetingSessiontEventArgs
Namespace: iConfRTCModel
Assembly: iConfRTCWinForm.dll
Syntax
public class NewMeetingSessiontEventArgs : EventArgs
Properties
FromUser
Declaration
public string FromUser { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MeetingID
The ID of the meeting
Declaration
public string MeetingID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Session
Declaration
public string Session { get; set; }
Property Value
Type | Description |
---|---|
System.String |