ManagementPackMonitorResultantOverrideSet.ResultantConfigurationOverrides Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
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 ManagementPackMonitorResultantOverrideSet
Dim value As Dictionary(Of ManagementPackOverrideableParameter, ResultantOverride(Of ManagementPackMonitorConfigurationOverride))
value = instance.ResultantConfigurationOverrides
Syntax
'Declaration
Public ReadOnly Property ResultantConfigurationOverrides As Dictionary(Of ManagementPackOverrideableParameter, ResultantOverride(Of ManagementPackMonitorConfigurationOverride))
public Dictionary<ManagementPackOverrideableParameter,ResultantOverride<ManagementPackMonitorConfigurationOverride>> ResultantConfigurationOverrides { get; }
public:
property Dictionary<ManagementPackOverrideableParameter^, ResultantOverride<ManagementPackMonitorConfigurationOverride^>^>^ ResultantConfigurationOverrides {
Dictionary<ManagementPackOverrideableParameter^, ResultantOverride<ManagementPackMonitorConfigurationOverride^>^>^ get ();
}
/** @property */
public Dictionary<ManagementPackOverrideableParameter,ResultantOverride<ManagementPackMonitorConfigurationOverride>> get_ResultantConfigurationOverrides ()
public function get ResultantConfigurationOverrides () : Dictionary<ManagementPackOverrideableParameter,ResultantOverride<ManagementPackMonitorConfigurationOverride>>
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
ManagementPackMonitorResultantOverrideSet Class
ManagementPackMonitorResultantOverrideSet Members
Microsoft.EnterpriseManagement.Configuration Namespace