JobDefinition.OverridePairs Property

Updated: April 16, 2012

Gets the list of job override parameter identifier and value pairs, if any. Namespace: Microsoft.EnterpriseManagement.Runtime
Assembly: Microsoft.EnterpriseManagement.Runtime (in Microsoft.EnterpriseManagement.Runtime.dll)Dim instance As JobDefinition Dim value As List(Of Pair(Of Guid, String)) value = instance.OverridePairs Public ReadOnly Property OverridePairs As List(Of Pair(Of Guid, String))public List<Pair<Guid,string>> OverridePairs { get; }public: property List<Pair<Guid, String^>^>^ OverridePairs { List<Pair<Guid, String^>^>^ get (); }/** @property */ public List<Pair<Guid,String>> get_OverridePairs () public function get OverridePairs () : List<Pair<Guid,String>> Property ValueReturns List ofPair objects that contain the override Guid parameter identifiers and String value pairs.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms