Share via


ITestExternalLink.Uri Property

 

Gets the uniform resource identifier (URI) for the linked object.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

Uri Uri { get; set; }
property Uri^ Uri {
    Uri^ get();
    void set(Uri^ value);
}
abstract Uri : Uri with get, set
Property Uri As Uri

Property Value

Type: System.Uri

The URI for the linked object.

See Also

ITestExternalLink Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top