Share via


LobSystemInstance.IsThrottlingEnabled property

Gets whether throttling is enabled.

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property IsThrottlingEnabled As Boolean
    Get
'Usage
Dim instance As LobSystemInstance
Dim value As Boolean

value = instance.IsThrottlingEnabled
public bool IsThrottlingEnabled { get; }

Property value

Type: System.Boolean
true, if throttling is enabled; otherwise, false.

See also

Reference

LobSystemInstance class

LobSystemInstance members

Microsoft.SharePoint.BusinessData.Administration namespace