Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.32 KB

File metadata and controls

40 lines (32 loc) · 1.32 KB
title IsWindowsServiceEnabled property (WMI MSReportServer_ConfigurationSetting)
description IsWindowsServiceEnabled property (WMI MSReportServer_ConfigurationSetting)
ms.date 09/25/2024
ms.service reporting-services
ms.subservice wmi-provider-library-reference
ms.topic ui-reference
ms.custom
updatefrequency5
helpviewer_keywords
IsWindowsServiceEnabled property
apilocation reportingservices.mof
apiname IsWindowsServiceEnabled
apitype MOFDef

ConfigurationSetting property - IsWindowsServiceEnabled

Indicates whether the Report Server Windows service is enabled. Read-only.

Syntax

Public Dim IsWindowsServiceEnabled As Boolean  
public boolean IsWindowsServiceEnabled;  

Property values

A read-only Boolean value. A value of true indicates that the Report Server Windows service is enabled.

Example code

MSReportServer_ConfigurationSetting class

Requirements

Namespace: [!INCLUDEssRSWMInmspcA]

Related content