SPServiceInstance.SystemService 属性

获取一个布尔值,该值指示该服务是否为系统服务。

命名空间:  Microsoft.SharePoint.Administration
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Overridable ReadOnly Property SystemService As Boolean
    Get
用法
Dim instance As SPServiceInstance
Dim value As Boolean

value = instance.SystemService
public virtual bool SystemService { get; }

属性值

类型:System.Boolean
true如果该服务是一种系统服务 ;否则为false。

备注

系统服务不能启动或停止通过 SharePoint 管理中心中的用户界面。

另请参阅

引用

SPServiceInstance 类

SPServiceInstance 成员

Microsoft.SharePoint.Administration 命名空间