ITestElement.ParentExecId Property

Definition

Gets the test execution ID for the parent object.

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

Property Value

If this element is not a top-level element, the test execution ID for the parent object; otherwise, Empty.

Applies to