--- title: "IsWindowsServiceEnabled Property (WMI MSReportServer_ConfigurationSetting) | Microsoft Docs" ms.date: 03/01/2017 ms.prod: reporting-services ms.prod_service: "reporting-services-native" ms.technology: wmi-provider-library-reference ms.topic: conceptual apiname: - "IsWindowsServiceEnabled" apilocation: - "reportingservices.mof" apitype: MOFDef helpviewer_keywords: - "IsWindowsServiceEnabled property" ms.assetid: b1b75d72-6220-43fe-abfb-f967f3972d00 author: maggiesMSFT ms.author: maggies --- # ConfigurationSetting Property - IsWindowsServiceEnabled Indicates whether the Report Server Windows service is enabled. Read-only. ## Syntax ```vb Public Dim IsWindowsServiceEnabled As Boolean ``` ```csharp 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](../../reporting-services/wmi-provider-library-reference/msreportserver-configurationsetting-class.md) ## Requirements **Namespace:** [!INCLUDE[ssRSWMInmspcA](../../includes/ssrswminmspca-md.md)] ## See Also [MSReportServer_ConfigurationSetting Members](../../reporting-services/wmi-provider-library-reference/msreportserver-configurationsetting-members.md)