Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.