Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TestElement::ParentExecId Property

 

Gets or sets the TestExecId of the parent test element.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

public:
property TestExecId^ ParentExecId {
	virtual TestExecId^ get() sealed;
	virtual void set(TestExecId^ value) sealed;
}

Property Value

Type: Microsoft.VisualStudio.TestTools.Common::TestExecId^

The TestExecId of the parent test element, if available; otherwise, null.

Return to top
Show: