ITestExternalLink Interface
Represents a link to an external object.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public interface ITestExternalLink
public interface class ITestExternalLink
type ITestExternalLink = interface end
Public Interface ITestExternalLink
Properties
Name | Description | |
---|---|---|
Description | Gets the description of the linked object. |
|
Uri | Gets the uniform resource identifier (URI) for the linked object. |
See Also
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top