SPResourceMeasure.AbsoluteLimit property
A double which contains the limit of allowed resource usage before the unit of measurement (run of code, application domain, process) is terminated.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property AbsoluteLimit As Double
Get
Set
'Usage
Dim instance As SPResourceMeasure
Dim value As Double
value = instance.AbsoluteLimit
instance.AbsoluteLimit = value
public double AbsoluteLimit { get; set; }
Property value
Type: System.Double
Returns Double.