Share via


TaskHostSerializationContext.IdeMode Property

Gets or sets the mode of the integrated development environment.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Property IdeMode As Boolean
public bool IdeMode { get; set; }
public:
property bool IdeMode {
    bool get ();
    void set (bool value);
}
member IdeMode : bool with get, set
function get IdeMode () : boolean
function set IdeMode (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

TaskHostSerializationContext Class

Microsoft.Data.Schema.Build Namespace