Share via


ApplicationEndpointSettings.ProvisioningDataAutoRefreshDisabled Property

NOTE: This API is now obsolete.

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

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

Syntax

'Declaration
<ObsoleteAttribute("This property will be removed from future Versions. If provisioning data is enabled it will be refreshed automatically.")> _
Public Property ProvisioningDataAutoRefreshDisabled As Boolean
    Get
    Set
'Usage
Dim instance As ApplicationEndpointSettings
Dim value As Boolean

value = instance.ProvisioningDataAutoRefreshDisabled

instance.ProvisioningDataAutoRefreshDisabled = value
[ObsoleteAttribute("This property will be removed from future Versions. If provisioning data is enabled it will be refreshed automatically.")]
public bool ProvisioningDataAutoRefreshDisabled { get; set; }

Property Value

Type: System.Boolean

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

Reference

ApplicationEndpointSettings Class

ApplicationEndpointSettings Members

Microsoft.Rtc.Collaboration Namespace