ConferenceScheduleInformation Members
Represents the more detailed information about the conference.
The ConferenceScheduleInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConferenceScheduleInformation | Constructs the object. |
Top
Properties
Name | Description | |
---|---|---|
AdmissionPolicy | The admission policy to apply to users who wish to join. | |
ConferenceId | Conference id used to make changes to the conference. | |
Description | A longer description of the conference. | |
ExpiryTime | The absolute date and time after which the conference can be deleted. | |
IsPasscodeOptional | Gets or sets the conference passcode optional setting. | |
Mcus | List of MCU settings. | |
OrganizerData | This can be used by a client to store an arbitrary XML blob for the conference. | |
ParticipantData | This section can be used to store an arbitrary XML blob that will be sent to all participants in the conference. | |
Participants | This list of participants, and their roles. | |
Passcode | Gets or sets the conference passcode to use for anonymous users. | |
PhoneAccessEnabled | ||
Subject | Subject of the conference. | |
Version | The revision number of the scheduled conference. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IXmlSerializable..::..GetSchema | Returns the schema for the serialization. | |
IXmlSerializable..::..ReadXml | De-serializes the conference schedule settings from the XML. | |
IXmlSerializable..::..WriteXml | Serializes the XML settings. |
Top