--- title: "WindowsServiceIdentityActual 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: - "WindowsServiceIdentityActual" api_location: - "reportingservices.mof" topic_type: - "apiref" helpviewer_keywords: - "WindowsServiceIdentityActual property" ms.assetid: 08289240-098d-4ad1-b165-227699747ba4 author: maggiesMSFT ms.author: maggies manager: kfile --- # WindowsServiceIdentityActual Property (WMI MSReportServer_ConfigurationSetting) The identity that the Report Server Windows service is running under. Read-only. ## Syntax ```vb Public Dim WindowsServiceIdentityActual As String ``` ```csharp public string WindowsServiceIdentityActual; ``` ## Property Values A `String` object containing the identity that the Report Server Windows service is running 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)