ConferenceScheduleInformation.ConferenceId Property

Definition

Gets or sets the conference ID of the new conference to schedule, or the ID of the conference to update.

public:
 property System::String ^ ConferenceId { System::String ^ get(); void set(System::String ^ value); };
public string ConferenceId { get; set; }
member this.ConferenceId : string with get, set
Public Property ConferenceId As String

Property Value

String

Exceptions

Thrown when the supplied value is null.

Thrown when the length of the supplied string was less than 8 characters or more than 32 characters.

Remarks

Setting this property is optional on scheduling new conferences. If no value is provided, UCMA will automatically generate a 32 bit GUID to use in scheduling.

This property is required on updating an existing conference. Note that converting a Conference to a ConferenceScheduleInformation will automatically preserve the conference ID.

A conference ID should be unique among the conferences organized by a specific user and should be greater or equal to 8 characters and less than or equal to 32 characters in length. Allowed characters are a-z, A-Z and 0-9.

Applies to