Share via


TestExecId.Empty Property

Definition

Gets a new TestExecId that has an empty Guid.

public:
 static property Microsoft::VisualStudio::TestTools::Common::TestExecId ^ Empty { Microsoft::VisualStudio::TestTools::Common::TestExecId ^ get(); };
public static Microsoft.VisualStudio.TestTools.Common.TestExecId Empty { get; }
static member Empty : Microsoft.VisualStudio.TestTools.Common.TestExecId
Public Shared ReadOnly Property Empty As TestExecId

Property Value

A new TestExecId that has an empty Guid.

Applies to