ConferenceServices.GenerateNumericPasscode(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.