ControlChooseAddLocation.FullRepositoryPath Property
The full repository path the user has selected (selected node plus folder name typed in
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public ReadOnly Property FullRepositoryPath As String
public string FullRepositoryPath { get; }
public:
property String^ FullRepositoryPath {
String^ get ();
}
member FullRepositoryPath : string with get
function get FullRepositoryPath () : String
Property Value
Type: System.String
.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.
See Also
Reference
ControlChooseAddLocation Class
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace