FileId
Gets or sets the identifier of the IDEA database.
Compatibility
Available as of IDEA version 9.1.1
Syntax
FileId(get,set)
Type
String
Example
Sub Main
Dim resultFile As Object
Set resultFile = SmartContext.TestResultFiles.Create
resultFile.Id = "594bd97b-2741-4f6f-872b-2919f91feb05"
SmartContext.TestResultFiles.Add resultFile
End Sub