SPServiceInstance.SystemService property
取得 Boolean 值,指出服務是否為系統服務。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overridable ReadOnly Property SystemService As Boolean
Get
'用途
Dim instance As SPServiceInstance
Dim value As Boolean
value = instance.SystemService
public virtual bool SystemService { get; }
Property value
Type: System.Boolean
true service 是一種系統服務 ; 如果否則,請false。
備註
系統服務無法啟動或停止透過 SharePoint 管理中心內的使用者介面。