Passcode Property

Gets or sets the conference passcode to use for anonymous users.

Namespace:  Microsoft.Rtc.Collaboration.ConferenceManagement
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Property Passcode As String
    Get
    Set
'Usage
Dim instance As ConferenceScheduleInformation
Dim value As String

value = instance.Passcode

instance.Passcode = value
public string Passcode { get; set; }

Property Value

Type: System..::..String

Remarks

Exceptions

[T:System.ArgumentNullException]: Thrown if a null value for conferenceKey is being set to null.

See Also

Reference

ConferenceScheduleInformation Class

ConferenceScheduleInformation Members

Microsoft.Rtc.Collaboration.ConferenceManagement Namespace