Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Available in Sandboxed Solutions: No
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.