Gets or sets whether to auto-refresh provisioning data periodically.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
ProvisioningDataAutoRefreshDisabled

As 
Boolean
C#
public 
bool 
ProvisioningDataAutoRefreshDisabled
{ 
get; 
set; }
Visual C++
public:
property 
bool 
ProvisioningDataAutoRefreshDisabled
{
	
bool 
get ();
	
void 
set (
bool 
value);
}
JavaScript
function get_

provisioningDataAutoRefreshDisabled();
function set_

provisioningDataAutoRefreshDisabled(
value);

Remarks

By default, the value is set to false, Therefore, by default, provisioning data will be auto-refreshed. If ProvisioningDataDisabled is set to true, then the value of this property is ignored.

See Also