IWorkItemControlHost2.SupportsShowQueryResults Property
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
ReadOnly Property SupportsShowQueryResults As Boolean
bool SupportsShowQueryResults { get; }
property bool SupportsShowQueryResults {
bool get ();
}
abstract SupportsShowQueryResults : bool with get
function get SupportsShowQueryResults () : boolean
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
IWorkItemControlHost2 Interface
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace