Share via


ServerExplorerCommandHandler.EnableCommandForDataView Property

This class and its members are reserved for internal use and are not intended to be used in your code.

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

Syntax

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ServerExplorerCommandHandler Class

Microsoft.VisualStudio.Data.Schema.Package.Internal Namespace