SPEvaluatorModeProvisioner.ApplicationPoolName Property
Gets or sets the name of the application pool used for the new Web site.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property ApplicationPoolName As String
Get
Set
'Usage
Dim instance As SPEvaluatorModeProvisioner
Dim value As String
value = instance.ApplicationPoolName
instance.ApplicationPoolName = value
public string ApplicationPoolName { get; set; }
Property Value
Type: System.String
A string that contains the name of the application pool.
Remarks
If you do not set the ApplicationPoolName property, Microsoft SharePoint Foundation implements a default name for an application pool.
See Also
Reference
SPEvaluatorModeProvisioner Class