--- title: "PathName 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: - "PathName Property" api_location: - "reportingservices.mof" topic_type: - "apiref" helpviewer_keywords: - "PathName property" ms.assetid: 368346ea-8ae4-42b4-a884-733558103046 author: maggiesMSFT ms.author: maggies manager: kfile --- # PathName Property (WMI MSReportServer_ConfigurationSetting) Specifies the installation path of a report server instance. Read-only. ## Syntax ```vb public Dim PathName As String ``` ```csharp public string PathName; ``` ## Property Values A `String` object that represents the installation path. ## 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)