ParentId
Gets or sets the identifier of the IDEA databases parent.
Compatibility
Available as of IDEA version 9.1.1
Syntax
ParentId(get,set)
Type
String
Example
Sub Main
Dim resultFile As Object
Set resultFile = SmartContext.TestResultFiles.Create
resultFile.ParentId = "faafdde3-f6d9-46ba-b103-36fda238157d"
SmartContext.TestResultFiles.Add resultFile
End Sub