Share via


TestElement.ExecutionId Property

Definition

Gets or sets the execution ID

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 execution ID; or null if test has not been executed.

Implements

Applies to