ITestElement.ExecutionId Property

Definition

Gets or sets the current execution ID for this test element.

public:
 property Microsoft::VisualStudio::TestTools::Common::TestExecId ^ ExecutionId { Microsoft::VisualStudio::TestTools::Common::TestExecId ^ get(); void set(Microsoft::VisualStudio::TestTools::Common::TestExecId ^ value); };
public Microsoft.VisualStudio.TestTools.Common.TestExecId ExecutionId { get; set; }
member this.ExecutionId : Microsoft.VisualStudio.TestTools.Common.TestExecId with get, set
Public Property ExecutionId As TestExecId

Property Value

The current execution ID for this test element.

Applies to