SPUserCodeExecutionTier.PriorityPerProcess property

Gets or sets the priority for per process running on the tier.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property PriorityPerProcess As Integer
    Get
    Set
'Usage
Dim instance As SPUserCodeExecutionTier
Dim value As Integer

value = instance.PriorityPerProcess

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

Property value

Type: System.Int32
The priority per process.

Exceptions

Exception Condition
ArgumentOutOfRangeException

The priority for per process is not one of the values of the ProcessPriorityClass enumeration.

Remarks

The default value for this property is ProcessPriorityClass.Normal.

The priority must be equivalent to one of the values of the ProcessPriorityClass enumeration.

See also

Reference

SPUserCodeExecutionTier class

SPUserCodeExecutionTier members

Microsoft.SharePoint.Administration namespace