QueryItem.Project Property
Gets the project to which this query item is associated.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Property Project As Project
public Project Project { get; internal set; }
public:
property Project^ Project {
Project^ get ();
internal: void set (Project^ value);
}
member Project : Project with get, internal set
function get Project () : Project
internal function set Project (value : Project)
Property Value
Type: Microsoft.TeamFoundation.WorkItemTracking.Client.Project
The project to which this query item is associated.
.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.