ConferenceScheduleInformation.Passcode Property
Gets or sets the conference passcode to be used by 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
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown if a null value is supplied. |
Remarks
For server versions prior to Microsoft Lync Server 2010, set this property when scheduling confereneces with anonymous access. Note that this propery has to be set even if passcode verification is set to optional IsPasscodeOptional since other clients like LiveMeeting do not support optional passcode verification.
The passcode is a case-sensitive alpha-numeric string between 8 to 16 characters long. However, for phone enabled conferences PhoneAccessEnabled the passcode has to be numeric only.
See Also
Reference
ConferenceScheduleInformation Class