Name
Gets or sets the name of the result file.
Compatibility
Available as of IDEA version 9.1.1
Syntax
Name(get,set)
Type
String
Example
Sub Main
Dim resultFile As Object
Set resultFile = SmartContext.TestResultFiles.Create
resultFile.Name = "abc.imd"
SmartContext.TestResultFiles.Add resultFile
End Sub