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)
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