SafetyNetStruct.DefaultLimit property

Gets or sets the throttle default limit.

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

Syntax

'Declaration
Public Property DefaultLimit As Integer
    Get
    Set
'Usage
Dim instance As SafetyNetStruct
Dim value As Integer

value = instance.DefaultLimit

instance.DefaultLimit = value
public int DefaultLimit { get; set; }

Property value

Type: System.Int32
The throttle default limit.

See also

Reference

SafetyNetStruct class

SafetyNetStruct members

Microsoft.SharePoint.BusinessData.SharedService namespace