LocalPathLinkBox.Path Property

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

Syntax

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

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

LocalPathLinkBox Class

Microsoft.TeamFoundation.VersionControl.Controls Namespace