ITestResultAttachment.TmiRunId Property

Namespace:  Microsoft.TeamFoundation.TestManagement.Client.Internal
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
Property TmiRunId As Guid
Guid TmiRunId { get; set; }
property Guid TmiRunId {
    Guid get ();
    void set (Guid value);
}
abstract TmiRunId : Guid with get, set
function get TmiRunId () : Guid 
function set TmiRunId (value : Guid)

Property Value

Type: Guid
Returns Guid.

.NET Framework Security

See Also

Reference

ITestResultAttachment Interface

Microsoft.TeamFoundation.TestManagement.Client.Internal Namespace