Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.8 KB

File metadata and controls

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

RSWindowsExtendedProtectionLevel property

Returns a string value that indicates the level of protection the report server is configured to support. This property is read-only.

Syntax

Public Dim RSWindowsExtendedProtectionLevel As String  
public string RSWindowsExtendedProtectionLevel;  

Remarks

Returns a string value that indicates the level of protection the report server is configured to support. If the report server that the WMI provider is connected to doesn't support extended protection, "" (empty string) is returned. The following list shows valid values:

"Off" | "Allow" | "Require"

Example code

MSReportServer_ConfigurationSetting class

Related content