LobSystemInstance.IsThrottlingEnabled Property
NOTE: This API is now obsolete.
Indicates whether throttling is enabled or not.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", _
False)> _
Public ReadOnly Property IsThrottlingEnabled As Boolean
Get
'Usage
Dim instance As LobSystemInstance
Dim value As Boolean
value = instance.IsThrottlingEnabled
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
public bool IsThrottlingEnabled { get; }
Property Value
Type: System.Boolean
true or false.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace