Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.06 KB

File metadata and controls

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

MSReportServer_Instance properties - Version

Returns the version of the report server in the format Major.Minor.Build.Revision. Read-only.

Syntax

Public Dim Version As String  
public string Version;  

Property value

A string that contains the version of the report server.

Example code

MSReportServer_ConfigurationSetting class

Requirements

Namespace: [!INCLUDEssRSWMInmspc]

Related content