TestResultId.ParentExecIdString Property

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

Syntax

'宣言
Public ReadOnly Property ParentExecIdString As String
'使用
Dim instance As TestResultId
Dim value As String

value = instance.ParentExecIdString
public string ParentExecIdString { get; }
public:
property String^ ParentExecIdString {
    String^ get ();
}
public function get ParentExecIdString () : String

Property Value

Type: System.String

Permissions

See Also

Reference

TestResultId Class

TestResultId Members

Microsoft.VisualStudio.TestTools.Common Namespace