SPIisWebServiceApplicationPool.ProcessAccount property
取得或設定應用程式集區的程序的帳戶資訊。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property ProcessAccount As SPProcessAccount
Get
Set
'用途
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
SPProcessAccount 物件。
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | 此屬性設為 null 參考 (在 Visual Basic 中的Nothing )。 |
請參閱
參照
SPIisWebServiceApplicationPool class