Share via


TaskConfiguration.OverridesInternal Property

Definition

The overrides for the task.

public:
 property System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Common::Pair<Guid, System::String ^> ^> ^ OverridesInternal { System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Common::Pair<Guid, System::String ^> ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.Pair<Guid,string>> OverridesInternal { get; }
member this.OverridesInternal : System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.Pair<Guid, string>>
Public ReadOnly Property OverridesInternal As IList(Of Pair(Of Guid, String))

Property Value

Returns IList<T>.

Applies to