IDatabaseProjectNode.IsDisabled Property

Gets or sets whether this project is disabled.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Property IsDisabled As Boolean
    Get
    Set
'Usage
Dim instance As IDatabaseProjectNode
Dim value As Boolean

value = instance.IsDisabled

instance.IsDisabled = value
bool IsDisabled { get; set; }
property bool IsDisabled {
    bool get ();
    void set (bool value);
}
function get IsDisabled () : boolean
function set IsDisabled (value : boolean)
abstract IsDisabled : bool with get, set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

IDatabaseProjectNode Interface

IDatabaseProjectNode Members

Microsoft.VisualStudio.Data.Schema.Project.Project Namespace