Class ArubaUriBuilder
A builder class that has various methods to help construct Uris.
Inherited Members
Namespace: Microsoft.Internal.Studios.Aruba.Tfs
Assembly: Aruba.Tfs.dll
Syntax
public class ArubaUriBuilderMethods
View SourceGetUriToBug(string, string, int)
Constructs a Uri to a given bug in Tfs (ADO).
Declaration
public static Uri GetUriToBug(string serviceEndpoint, string projectName, int bugID)Parameters
| Type | Name | Description | 
|---|---|---|
| string | serviceEndpoint | The service end point. | 
| string | projectName | The ADO project name. | 
| int | bugID | The ID of the bug. | 
Returns
| Type | Description | 
|---|---|
| Uri | A Uri to the bug. |