Gets the URI of the specified Artifact with the specified ArtifactID.
Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Shared Function EncodeUri ( _
    artifactId As ArtifactId _
) As String
public static string EncodeUri(
    ArtifactId artifactId
)
public:
static String^ EncodeUri(
    ArtifactId^ artifactId
)
static member EncodeUri : 
        artifactId:ArtifactId -> string
public static function EncodeUri(
    artifactId : ArtifactId
) : String
Parameters
- artifactId 
 Type: Microsoft.TeamFoundation.ArtifactId- The ArtifactID of the Artifact of which the URI is desired. 
Return Value
Type: System.String
The URI of the specified Artifact with the specified ArtifactID.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.