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.
The name of the application pool user.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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