Gets or sets the value that controls the number of redirect attempts allowed for registration. The default value is 3. The allowed range is from 0 to 5. The value of 0 disables automatic redirection.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
MaximumRegisterRedirectionAttempts 
As 
Integer
C#
public 
int 
MaximumRegisterRedirectionAttempts
{ 
get; 
set; }
Visual C++
public:
property 
int 
MaximumRegisterRedirectionAttempts
{
	
int 
get ();
	
void 
set (
int 
value);
}
JavaScript
function get_

maximumRegisterRedirectionAttempts();
function set_
maximumRegisterRedirectionAttempts(
value);

See Also