SPEvaluatorModeProvisioner.ApplicationPoolUser Property
The name of the application pool user.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property ApplicationPoolUser As String
Get
Set
'Usage
Dim instance As SPEvaluatorModeProvisioner
Dim value As String
value = instance.ApplicationPoolUser
instance.ApplicationPoolUser = value
public string ApplicationPoolUser { get; set; }
Property Value
Type: System.String
Returns a String indicating the name of an application pool user.
See Also
Reference
SPEvaluatorModeProvisioner Class