Share via


TestElement.ParentExecId Property

Definition

Gets or sets the TestExecId of the parent test element.

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

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

Implements

Applies to