Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.