JobDefinition.OverridePairs Property

Definition

The overrideable parameter id to value pairs.

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

List<Pair<Guid,String>>

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

Applies to