TaskConfiguration.Overrides Property
[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.Runtime
Assembly: Microsoft.EnterpriseManagement.Runtime (in Microsoft.EnterpriseManagement.Runtime.dll)
Usage
'Usage
Dim instance As TaskConfiguration
Dim value As IList(Of Pair(Of ManagementPackOverrideableParameter, String))
value = instance.Overrides
instance.Overrides = value
Syntax
'Declaration
Public 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 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 Vista, Windows Server 2003, and
Target Platforms
See Also
Reference
TaskConfiguration Class
TaskConfiguration Members
Microsoft.EnterpriseManagement.Runtime Namespace