SPUserCodeExecutionTier.ResourceMaxValue Property
Gets or sets the resource usage level that determines whether a specific sandboxed solution is executed within this tier.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property ResourceMaxValue As Double
Get
Set
'Usage
Dim instance As SPUserCodeExecutionTier
Dim value As Double
value = instance.ResourceMaxValue
instance.ResourceMaxValue = value
public double ResourceMaxValue { get; set; }
Property Value
Type: System.Double
The level of resource usage that determines whether a specific sandboxed solution is executed within this tier.
Remarks
The value of this property is usually between 0 and 1.
If a sandboxed solution's average resource usage per execution, from the previous day, is equal to or less than the value of this property, then the sandboxed solution is executed in this tier.