RSWindowsExtendedProtectionScenario property

Returns a string value that indicates the extended protection scenario the report server is configured to allow.

Syntax

VB
Public Dim RSWindowsExtendedProtectionScenario As String  
C#
public string RSWindowsExtendedProtectionScenario;  

Remarks

Returns a string value that indicates the extended protection scenario the report server is configured to allow. 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:

"Any | Proxy | Direct"

Example code

MSReportServer_ConfigurationSetting class