TaskConfiguration.Overrides Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the overrides for the task.
public:
property System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Common::Pair<Microsoft::EnterpriseManagement::Configuration::ManagementPackOverrideableParameter ^, System::String ^> ^> ^ Overrides { System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Common::Pair<Microsoft::EnterpriseManagement::Configuration::ManagementPackOverrideableParameter ^, System::String ^> ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Common::Pair<Microsoft::EnterpriseManagement::Configuration::ManagementPackOverrideableParameter ^, System::String ^> ^> ^ value); };
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.Pair<Microsoft.EnterpriseManagement.Configuration.ManagementPackOverrideableParameter,string>> Overrides { get; set; }
member this.Overrides : System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.Pair<Microsoft.EnterpriseManagement.Configuration.ManagementPackOverrideableParameter, string>> with get, set
Public Property Overrides As IList(Of Pair(Of ManagementPackOverrideableParameter, String))
Property Value
Returns IList<T>.
The overrides for the task.