--- title: "WindowsServiceIdentityConfigured Property (WMI MSReportServer_ConfigurationSetting) | Microsoft Docs" ms.custom: "" ms.date: "06/13/2017" ms.prod: "sql-server-2014" ms.reviewer: "" ms.technology: "reporting-services-native" ms.topic: conceptual api_name: - "WindowsServiceIdentityConfigured" api_location: - "reportingservices.mof" topic_type: - "apiref" helpviewer_keywords: - "WindowsServiceIdentityConfigured property" ms.assetid: ebf8e559-7fe4-4a01-9810-85f18fc04596 author: maggiesMSFT ms.author: maggies manager: kfile --- # WindowsServiceIdentityConfigured Property (WMI MSReportServer_ConfigurationSetting) Returns the identity that the Report Server Windows service was last configured to run under. Read-only. ## Syntax ```vb Public Dim WindowsServiceIdentityConfigured As String ``` ```csharp public string WindowsServiceIdentityConfigured; ``` ## Property Values A `String` value containing the identity that the Report Server Windows service was last configured to run under. ## Example Code [MSReportServer_ConfigurationSetting Class](msreportserver-configurationsetting-class.md) ## Requirements **Namespace:** [!INCLUDE[ssRSWMInmspcA](../../includes/ssrswminmspca-md.md)] ## See Also [MSReportServer_ConfigurationSetting Members](msreportserver-configurationsetting-members.md)