Share via


DeterminedItem.QueryPath Property

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

Syntax

'Declaration
Public Property QueryPath As String
public string QueryPath { get; set; }
public:
property String^ QueryPath {
    String^ get ();
    void set (String^ value);
}
member QueryPath : string with get, set
function get QueryPath () : String 
function set QueryPath (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

DeterminedItem Class

Microsoft.TeamFoundation.VersionControl.Server Namespace