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

Usage

Visual Basic
Dim instance As TaskConfiguration
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

Returns IList. The overrides for the task.

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