Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ITestAttachment::Uri Property

 

Gets the URI to retrieve the contents of the attachment.

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

property Uri^ Uri {
	Uri^ get();
}

Property Value

Type: System::Uri^

The URI to retrieve the contents.

If the attachment has not yet been uploaded, the URI is a "file://..." path. After it has been uploaded, the URI is the path to use to download the attachment from the server.

Return to top
Show: