ConferenceSessionExtendedProperties.Passcode Property
Gets the conference passcode.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property Passcode As String
Get
'Usage
Dim instance As ConferenceSessionExtendedProperties
Dim value As String
value = instance.Passcode
public string Passcode { get; }
Property Value
Type: System.String
Remarks
The returned value could be an empty string indicating no passcode was set for the conference.
See Also
Reference
ConferenceSessionExtendedProperties Class