QueryStatusArg.Supported Property

Gets or sets the supported bit.

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

Syntax

'Declaration
Public Property Supported As Boolean
    Get
    Set
'Usage
Dim instance As QueryStatusArg
Dim value As Boolean

value = instance.Supported

instance.Supported = value
public bool Supported { get; set; }
public:
property bool Supported {
    bool get ();
    void set (bool value);
}
function get Supported () : boolean
function set Supported (value : boolean)
member Supported : bool with get, set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

QueryStatusArg Class

QueryStatusArg Members

Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace