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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.