SPIisWebServiceApplicationPool.ProcessAccount property
Gets or sets the process account information for the application pool.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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