SPTimerServiceInstance.SystemService property
取得 Boolean 值,以指定服務是否系統服務。此成員是保留給內部使用,而不是用來直接從您的程式碼使用
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overrides ReadOnly Property SystemService As Boolean
Get
'用途
Dim instance As SPTimerServiceInstance
Dim value As Boolean
value = instance.SystemService
public override bool SystemService { get; }
Property value
Type: System.Boolean
會傳回true service 是一種系統服務 ; 如果否則,會傳回false。
備註
保留僅供內部使用。
請參閱
參照
SPTimerServiceInstance members