Share via


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)

Syntax

'Declaration
Public Property ParentExecId As TestExecId
public TestExecId ParentExecId { get; set; }
public:
virtual property TestExecId^ ParentExecId {
    TestExecId^ get () sealed;
    void set (TestExecId^ value) sealed;
}
abstract ParentExecId : TestExecId with get, set
override ParentExecId : TestExecId with get, set
final function get ParentExecId () : TestExecId
final function set ParentExecId (value : TestExecId)

Property Value

Type: Microsoft.VisualStudio.TestTools.Common.TestExecId
The TestExecId of the parent test element, if available; otherwise, nulla null reference (Nothing in Visual Basic).

Implements

ITestElement.ParentExecId

.NET Framework Security

See Also

Reference

TestElement Class

Microsoft.VisualStudio.TestTools.Common Namespace