SafetyNetStruct.Enabled property

Gets or sets whether the throttle is enabled.

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

Syntax

'Declaration
Public Property Enabled As Boolean
    Get
    Set
'Usage
Dim instance As SafetyNetStruct
Dim value As Boolean

value = instance.Enabled

instance.Enabled = value
public bool Enabled { get; set; }

Property value

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

See also

Reference

SafetyNetStruct class

SafetyNetStruct members

Microsoft.SharePoint.BusinessData.SharedService namespace