Share via


TestElement.ExecutionId Property

Gets or sets the execution ID

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

Syntax

'Declaration
Public Property ExecutionId As TestExecId
public TestExecId ExecutionId { get; set; }
public:
virtual property TestExecId^ ExecutionId {
    TestExecId^ get () sealed;
    void set (TestExecId^ value) sealed;
}
abstract ExecutionId : TestExecId with get, set
override ExecutionId : TestExecId with get, set
final function get ExecutionId () : TestExecId
final function set ExecutionId (value : TestExecId)

Property Value

Type: Microsoft.VisualStudio.TestTools.Common.TestExecId
The execution ID; or nulla null reference (Nothing in Visual Basic) if test has not been executed.

Implements

ITestElement.ExecutionId

.NET Framework Security

See Also

Reference

TestElement Class

Microsoft.VisualStudio.TestTools.Common Namespace