Edit

Share via


ConferenceServices.GenerateNumericPasscode(Int32) Method

Definition

Generates a numeric conference passcode of the given length.

public:
 static System::String ^ GenerateNumericPasscode(int length);
public static string GenerateNumericPasscode (int length);
static member GenerateNumericPasscode : int -> string
Public Shared Function GenerateNumericPasscode (length As Integer) As String

Parameters

length
Int32

The length.

Returns

The numeric passcode.

Exceptions

Thrown when the length requested is not between 3 and 10 digits, inclusive.

Applies to