SafetyNetStruct.MaxLimit property

Gets or sets the throttle maximum limit.

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

Syntax

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

value = instance.MaxLimit

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

Property value

Type: System.Int32
The throttle maximum limit.

See also

Reference

SafetyNetStruct class

SafetyNetStruct members

Microsoft.SharePoint.BusinessData.SharedService namespace