JobDefinition.Overrides Property

Definition

Gets the XML defining job overrides, if any are specified.

public:
 property System::String ^ Overrides { System::String ^ get(); void set(System::String ^ value); };
public string Overrides { get; set; }
member this.Overrides : string with get, set
Public Property Overrides As String

Property Value

Returns a String that contains the XML for any overrides for the task.

Applies to