QueryStatusArg.Latched Property

Gets or sets the latched 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 Latched As Boolean
    Get
    Set
'Usage
Dim instance As QueryStatusArg
Dim value As Boolean

value = instance.Latched

instance.Latched = value
public bool Latched { get; set; }
public:
property bool Latched {
    bool get ();
    void set (bool value);
}
function get Latched () : boolean
function set Latched (value : boolean)
member Latched : 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