MainPipeClass.EnableDisconnectedColumns Property

Definition

Gets or sets a value that indicates whether the task enables disconnected columns.

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

Property Value

True if the task enables disconnected columns; otherwise, false.

Implements

Attributes

Applies to