SafetyNetStruct.MaxLimit Property
Gets or sets the throttle maximum limit.
Namespace: Microsoft.Office.BusinessData.SystemSpecific
Assembly: Microsoft.Office.BusinessData (in Microsoft.Office.BusinessData.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.