JobDefinition.OverridePairs Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
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)
Usage
'Usage
Dim instance As JobDefinition
Dim value As List(Of Pair(Of Guid, String))
value = instance.OverridePairs
Syntax
'Declaration
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 Value
Returns List ofPair objects that contain the override Guid parameter identifiers and String value pairs.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also
Reference
JobDefinition Class
JobDefinition Members
Microsoft.EnterpriseManagement.Runtime Namespace