Compartir a través de


MainPipeClass.IsSavingXml Propiedad

Definición

Obtiene o establece un valor que indica si la tarea se guarda en formato Xml.

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

Valor de propiedad

True si la tarea guarda en formato Xml; de lo contrario, false.

Implementaciones

Atributos

Se aplica a