Share via


CatalogResource.MatchedQuery Property

Used when reading from the database and when sending results over the web service. This is used to distinguish between a resource that is returned because it matched query parameters, i.e. it was explicitly requested or if it was included because a it is referenced by a node that is a dependency.

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Private)> _
Public Property MatchedQuery As Boolean
[ClientPropertyAttribute(ClientVisibility.Private)]
public bool MatchedQuery { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private)]
public:
property bool MatchedQuery {
    bool get ();
    void set (bool value);
}
[<ClientPropertyAttribute(ClientVisibility.Private)>]
member MatchedQuery : bool with get, set
function get MatchedQuery () : boolean 
function set MatchedQuery (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

CatalogResource Class

Microsoft.TeamFoundation.Server.Core Namespace