VersionControlIntegrationUri.Uri Property

Returns the Uri of the artifact.

Namespace:  Microsoft.TeamFoundation.VersionControl.Common
Assembly:  Microsoft.TeamFoundation.VersionControl.Common.Integration (in Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)

Syntax

'Declaration
Public ReadOnly Property Uri As Uri
public Uri Uri { get; }
public:
property Uri^ Uri {
    Uri^ get ();
}
member Uri : Uri with get
function get Uri () : Uri

Property Value

Type: System.Uri
Returns Uri.

.NET Framework Security

See Also

Reference

VersionControlIntegrationUri Class

Microsoft.TeamFoundation.VersionControl.Common Namespace