ITestAttachment.ArtifactUri Property

 

Gets a uniform resource identifier (URI) that is used by the framework as a unique identifier for this attachment, or to create links to this attachment.

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

Syntax

Uri ArtifactUri { get; }
property Uri^ ArtifactUri {
    Uri^ get();
}
abstract ArtifactUri : Uri with get
ReadOnly Property ArtifactUri As Uri

Property Value

Type: System.Uri

A URI for this attachment.

See Also

ITestAttachment Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top