ITestAttachment.ArtifactUri Propriedade
Obtém um identificador de recursos uniforme (URI) que é usado pelo framework como um identificador exclusivo para este anexo ou criar links com este anexo.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
Uri ArtifactUri { get; }
property Uri^ ArtifactUri {
Uri^ get();
}
abstract ArtifactUri : Uri with get
ReadOnly Property ArtifactUri As Uri
Valor de propriedade
Type: System.Uri
Um URI para este anexo.
Consulte também
Interface ITestAttachment
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo