ISessionBookmark.ArtifactUri Property
A generic URI to an artifact.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Property ArtifactUri As Uri
Uri ArtifactUri { get; set; }
property Uri^ ArtifactUri {
Uri^ get ();
void set (Uri^ value);
}
abstract ArtifactUri : Uri with get, set
function get ArtifactUri () : Uri
function set ArtifactUri (value : Uri)
Property Value
Type: Uri
Returns Uri.
.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.