SPUserCodeExecutionTier.MaximumAppDomainsPerProcess property
Gets or sets the maximum number of app domains inside any SPUserCodeWorkerProcess.exe process that belongs to the tier.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property MaximumAppDomainsPerProcess As Integer
Get
Set
'Usage
Dim instance As SPUserCodeExecutionTier
Dim value As Integer
value = instance.MaximumAppDomainsPerProcess
instance.MaximumAppDomainsPerProcess = value
public int MaximumAppDomainsPerProcess { get; set; }
Property value
Type: System.Int32
The maximum number of app domains in any one sandboxed worker process that belongs to the tier. The default is 10.