Compartilhar via


ManagementPackRuleResultantOverrideSet.ResultantConfigurationOverrides Property

Gets the mapping of configuration properties to their overrides.

Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

'Usage
Dim instance As ManagementPackRuleResultantOverrideSet
Dim value As Dictionary(Of ManagementPackOverrideableParameter, ResultantOverride(Of ManagementPackRuleConfigurationOverride))

value = instance.ResultantConfigurationOverrides

Syntax

'Declaration
Public ReadOnly Property ResultantConfigurationOverrides As Dictionary(Of ManagementPackOverrideableParameter, ResultantOverride(Of ManagementPackRuleConfigurationOverride))
public Dictionary<ManagementPackOverrideableParameter,ResultantOverride<ManagementPackRuleConfigurationOverride>> ResultantConfigurationOverrides { get; }
public:
property Dictionary<ManagementPackOverrideableParameter^, ResultantOverride<ManagementPackRuleConfigurationOverride^>^>^ ResultantConfigurationOverrides {
    Dictionary<ManagementPackOverrideableParameter^, ResultantOverride<ManagementPackRuleConfigurationOverride^>^>^ get ();
}
/** @property */
public Dictionary<ManagementPackOverrideableParameter,ResultantOverride<ManagementPackRuleConfigurationOverride>> get_ResultantConfigurationOverrides ()
public function get ResultantConfigurationOverrides () : Dictionary<ManagementPackOverrideableParameter,ResultantOverride<ManagementPackRuleConfigurationOverride>>

Property Value

Returns Dictionary.

The mapping of configuration 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 Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

ManagementPackRuleResultantOverrideSet Class
ManagementPackRuleResultantOverrideSet Members
Microsoft.EnterpriseManagement.Configuration Namespace