QueryStatusArg.Ninched Property
Gets or sets the niched 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 Ninched As Boolean
Get
Set
'Usage
Dim instance As QueryStatusArg
Dim value As Boolean
value = instance.Ninched
instance.Ninched = value
public bool Ninched { get; set; }
public:
property bool Ninched {
bool get ();
void set (bool value);
}
function get Ninched () : boolean
function set Ninched (value : boolean)
member Ninched : bool with get, set
Property Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace