ISfcSupportsDesignMode.IsDesignMode Property

Gets a value that indicates whether the object supports design mode.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
ReadOnly Property IsDesignMode As Boolean
    Get
'Usage
Dim instance As ISfcSupportsDesignMode
Dim value As Boolean

value = instance.IsDesignMode
bool IsDesignMode { get; }
property bool IsDesignMode {
    bool get ();
}
abstract IsDesignMode : bool
function get IsDesignMode () : boolean

Property Value

Type: System.Boolean
true if design mode is supported; otherwise, false.