Dela via


MonitoringSecureReferenceResultantOverrideSet.ResultantSecureReferenceOverrides Property

 

Applies To: Operations Manager for System Center 2012

Gets the mapping of properties to their overrides.

Namespace:   Microsoft.EnterpriseManagement.Configuration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public Dictionary<ManagementPackSecureReferenceOverrideProperty, ResultantOverride<MonitoringSecureReferenceOverride>> ResultantSecureReferenceOverrides { get; }
public:
property Dictionary<ManagementPackSecureReferenceOverrideProperty, ResultantOverride<MonitoringSecureReferenceOverride^>^>^ ResultantSecureReferenceOverrides {
    Dictionary<ManagementPackSecureReferenceOverrideProperty, ResultantOverride<MonitoringSecureReferenceOverride^>^>^ get();
}
member ResultantSecureReferenceOverrides : Dictionary<ManagementPackSecureReferenceOverrideProperty, ResultantOverride<MonitoringSecureReferenceOverride>> with get
Public ReadOnly Property ResultantSecureReferenceOverrides As Dictionary(Of ManagementPackSecureReferenceOverrideProperty, ResultantOverride(Of MonitoringSecureReferenceOverride))

Property Value

Type: System.Collections.Generic.Dictionary<ManagementPackSecureReferenceOverrideProperty, ResultantOverride<MonitoringSecureReferenceOverride>>

Returns a Dictionary<TKey, TValue> Object.

See Also

MonitoringSecureReferenceResultantOverrideSet Class
Microsoft.EnterpriseManagement.Configuration Namespace

Return to top