Share via


TestResultBase.ExecId Property

Gets the execution ID for the associated test.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Public ReadOnly Property ExecId As Guid
public Guid ExecId { get; }
public:
property Guid ExecId {
    Guid get ();
}
member ExecId : Guid
function get ExecId () : Guid

Property Value

Type: System.Guid
The execution ID for the associated test.

.NET Framework Security

See Also

Reference

TestResultBase Class

Microsoft.VisualStudio.TestTools.Common Namespace