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
'Usage
Dim instance As TestElement 
Dim value As TestExecId 

value = instance.ExecutionId

instance.ExecutionId = value
public TestExecId ExecutionId { get; set; }
public:
virtual property TestExecId^ ExecutionId {
    TestExecId^ get () sealed;
    void set (TestExecId^ value) sealed;
}
public final function get ExecutionId () : TestExecId 
public 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

TestElement Members

Microsoft.VisualStudio.TestTools.Common Namespace