Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.07 KB

File metadata and controls

37 lines (29 loc) · 1.07 KB
title EditionName property (WMI MSReportServer_Instance)
description EditionName property (WMI MSReportServer_Instance)
ms.date 09/25/2024
ms.service reporting-services
ms.subservice wmi-provider-library-reference
ms.topic conceptual
ms.custom
updatefrequency5
helpviewer_keywords
EditionName property

MSReportServer_Instance properties - EditionName

Returns the human readable name of the report server edition. Read-only.

Syntax

Public Dim EditionName As String  
public string EditionName;  

Property value

A string that contains human readable name of the report server edition.

Example code

MSReportServer_ConfigurationSetting class

Requirements

Namespace: [!INCLUDEssRSWMInmspc]

Related content