ApplicationEndpointSettings.ProvisioningDataQueryDisabled Property
Gets or sets whether to query for the provisioning data when the endpoint is established.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property ProvisioningDataQueryDisabled As Boolean
Get
Set
'Usage
Dim instance As ApplicationEndpointSettings
Dim value As Boolean
value = instance.ProvisioningDataQueryDisabled
instance.ProvisioningDataQueryDisabled = value
public bool ProvisioningDataQueryDisabled { get; set; }
Property Value
Type: System.Boolean
Remarks
By default, the value is set to false and hence by default we will query for provisioning data on start up.
See Also
Reference
ApplicationEndpointSettings Class