SPUserCodeExecutionTier.MaximumWorkerProcesses property
Gets or sets the maximum number of worker processes that can be instantiated in the tier on any one server.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property MaximumWorkerProcesses As Integer
Get
Set
'Usage
Dim instance As SPUserCodeExecutionTier
Dim value As Integer
value = instance.MaximumWorkerProcesses
instance.MaximumWorkerProcesses = value
public int MaximumWorkerProcesses { get; set; }
Property value
Type: System.Int32
The maximum number of worker processes that can be instantiated in the tier on any one server. The default is 1.