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 process account information for the application pool.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property ProcessAccount As SPProcessAccount
Get
Set
'Usage
Dim instance As SPIisWebServiceApplicationPool
Dim value As SPProcessAccount
value = instance.ProcessAccount
instance.ProcessAccount = value
public SPProcessAccount ProcessAccount { get; set; }
Property Value
Type: Microsoft.SharePoint.Administration.SPProcessAccount
A SPProcessAccount object.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A null reference (Nothing in Visual Basic) was set for this property. |
See Also
Reference
SPIisWebServiceApplicationPool Class