Gets the XML defining job overrides, if any are
specified. Namespace: Microsoft.EnterpriseManagement.Runtime
Assembly: Microsoft.EnterpriseManagement.Runtime (in Microsoft.EnterpriseManagement.Runtime.dll)Dim instance As JobDefinition Dim value As String value = instance.Overrides instance.Overrides = valuePublic Property Overrides As Stringpublic string Overrides { get; set; }public: property String^ Overrides { String^ get (); void set (String^ value); }/** @property */ public String get_Overrides () /** @property */ public void set_Overrides (String value) public function get Overrides () : String public function set Overrides (value : String) Property ValueReturns a String that contains the XML for any overrides for the task..
Assembly: Microsoft.EnterpriseManagement.Runtime (in Microsoft.EnterpriseManagement.Runtime.dll)Dim instance As JobDefinition Dim value As String value = instance.Overrides instance.Overrides = valuePublic Property Overrides As Stringpublic string Overrides { get; set; }public: property String^ Overrides { String^ get (); void set (String^ value); }/** @property */ public String get_Overrides () /** @property */ public void set_Overrides (String value) public function get Overrides () : String public function set Overrides (value : String) Property ValueReturns a String that contains the XML for any overrides for the task..
Any public static
(Shared in Visual Basic) members of this type are thread safe. Any
instance members are not guaranteed to be thread safe.