LocalEndpoint.ProvisioningDataAutoRefreshDisabled Property
NOTE: This API is now obsolete.
Gets whether provisioning data auto-refresh has been disabled.
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 ReadOnly Property ProvisioningDataAutoRefreshDisabled As Boolean
Get
'Usage
Dim instance As LocalEndpoint
Dim value As Boolean
value = instance.ProvisioningDataAutoRefreshDisabled
[ObsoleteAttribute("This property will be removed from future Versions. If provisioning data is enabled it will be refreshed automatically.")]
public bool ProvisioningDataAutoRefreshDisabled { get; }
Property Value
Type: System.Boolean