Gets or sets overrides for the task. Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim instance As MonitoringTaskConfiguration
Dim value As IList(Of Pair(Of ManagementPackOverrideableParameter, String))

value = instance.Overrides

instance.Overrides = value

Syntax

Visual Basic
Public Property Overrides As IList(Of Pair(Of ManagementPackOverrideableParameter, String))
C#
public IList<Pair<ManagementPackOverrideableParameter,string>> Overrides { get; set; }
C++
public:
property IList<Pair<ManagementPackOverrideableParameter^, String^>^>^ Overrides {
		IList<Pair<ManagementPackOverrideableParameter^, String^>^>^ get ();
		void set (IList<Pair<ManagementPackOverrideableParameter^, String^>^>^ value);
}
J#
/** @property */
public IList<Pair<ManagementPackOverrideableParameter,String>> get_Overrides ()

/** @property */
public void set_Overrides (IList<Pair<ManagementPackOverrideableParameter,String>> value)
JScript
public function get Overrides () : IList<Pair<ManagementPackOverrideableParameter,String>>

public function set Overrides (value : IList<Pair<ManagementPackOverrideableParameter,String>>)

Property Value

A list of ManagementPackOverrideableParameter object and string pairs.

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,Windows Vista,Windows XP

See Also