SPIisWebServiceApplicationPool.ProcessAccount-Eigenschaft
Ruft ab oder legt die Prozess-Kontoinformationen für den Anwendungspool.
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; }
Eigenschaftswert
Typ: Microsoft.SharePoint.Administration.SPProcessAccount
Ein SPProcessAccount -Objekt.
Ausnahmen
Ausnahme | Bedingung |
---|---|
ArgumentNullException | Es wurde ein Nullverweis (Nothing in Visual Basic) für diese Eigenschaft festgelegt. |
Siehe auch
Referenz
SPIisWebServiceApplicationPool Klasse