[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Gets the mapping of properties to their overrides. Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim instance As ManagementPackRecoveryResultantOverrideSet
Dim value As Dictionary(Of ManagementPackOverrideableParameter, ResultantOverride(Of ManagementPackRecoveryConfigurationOverride))

value = instance.ResultantConfigurationOverrides

Syntax

Visual Basic
Public ReadOnly Property ResultantConfigurationOverrides As Dictionary(Of ManagementPackOverrideableParameter, ResultantOverride(Of ManagementPackRecoveryConfigurationOverride))
C#
public Dictionary<ManagementPackOverrideableParameter,ResultantOverride<ManagementPackRecoveryConfigurationOverride>> ResultantConfigurationOverrides { get; }
C++
public:
property Dictionary<ManagementPackOverrideableParameter^, ResultantOverride<ManagementPackRecoveryConfigurationOverride^>^>^ ResultantConfigurationOverrides {
		Dictionary<ManagementPackOverrideableParameter^, ResultantOverride<ManagementPackRecoveryConfigurationOverride^>^>^ get ();
}
J#
/** @property */
public Dictionary<ManagementPackOverrideableParameter,ResultantOverride<ManagementPackRecoveryConfigurationOverride>> get_ResultantConfigurationOverrides ()
JScript
public function get ResultantConfigurationOverrides () : Dictionary<ManagementPackOverrideableParameter,ResultantOverride<ManagementPackRecoveryConfigurationOverride>>

Property Value

Returns Dictionary. The mapping of properties to their overrides.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also