Share via


DeterminedItem.QueryPath Property

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

Syntax

'宣言
Public Property QueryPath As String
    Get
    Set
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

.NET Framework Security

See Also

Reference

DeterminedItem Class

Microsoft.TeamFoundation.VersionControl.Server Namespace