TestImpactNodeIdentifier.ArtifactUri Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets or sets the URI for the Visual Studio Team Foundation Server object.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Property ArtifactUri As Uri
public Uri ArtifactUri { get; set; }
public:
property Uri^ ArtifactUri {
Uri^ get ();
void set (Uri^ value);
}
member ArtifactUri : Uri with get, set
function get ArtifactUri () : Uri
function set ArtifactUri (value : Uri)
Property Value
Type: System.Uri
The URI for the object.
.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.