TestElement.ParentExecId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.