TaskConfiguration.Overrides Property

Updated: April 16, 2012

Gets or sets the overrides for the task. Namespace: Microsoft.EnterpriseManagement.Runtime
Assembly: Microsoft.EnterpriseManagement.Runtime (in Microsoft.EnterpriseManagement.Runtime.dll)Dim instance As TaskConfiguration Dim value As IList(Of Pair(Of ManagementPackOverrideableParameter, String)) value = instance.Overrides instance.Overrides = valuePublic Property Overrides As IList(Of Pair(Of ManagementPackOverrideableParameter, String))public IList<Pair<ManagementPackOverrideableParameter,string>> Overrides { get; set; }public: property IList<Pair<ManagementPackOverrideableParameter^, String^>^>^ Overrides { IList<Pair<ManagementPackOverrideableParameter^, String^>^>^ get (); void set (IList<Pair<ManagementPackOverrideableParameter^, String^>^>^ value); }/** @property */ public IList<Pair<ManagementPackOverrideableParameter,String>> get_Overrides () /** @property */ public void set_Overrides (IList<Pair<ManagementPackOverrideableParameter,String>> value) public function get Overrides () : IList<Pair<ManagementPackOverrideableParameter,String>> public function set Overrides (value : IList<Pair<ManagementPackOverrideableParameter,String>>) Property ValueReturns IList. The overrides for the task.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms