JobDefinition.OverridePairs Property

Definition

Gets the list of job override parameter identifier and value pairs, if any.

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

Property Value

Returns a List<T> of Microsoft.EnterpriseManagement.Common.Pair objects that contain the override Guid parameter identifiers and String value pairs.

Applies to