MainPipeClass.IsSavingXml Property

Definition

Gets or sets a value that indicates whether the task saves in Xml format.

public:
 virtual property bool IsSavingXml { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(19)]
public virtual bool IsSavingXml { [System.Runtime.InteropServices.DispId(19)] get; [System.Runtime.InteropServices.DispId(19)] set; }
[<System.Runtime.InteropServices.DispId(19)>]
[<get: System.Runtime.InteropServices.DispId(19)>]
[<set: System.Runtime.InteropServices.DispId(19)>]
member this.IsSavingXml : bool with get, set
Public Overridable Property IsSavingXml As Boolean

Property Value

True if the task saves in Xml format; otherwise, false.

Implements

Attributes

Applies to