| IProcessFileVersionInfo Property  | 
 
            Specifies the version information of the executable that started the process.
            
 
    Namespace: 
   SmartBear.TestLeft.TestObjects
    Assembly:
   SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
 Syntax
SyntaxVersion FileVersionInfo { get; }ReadOnly Property FileVersionInfo As Version
	Get
Dim instance As IProcess
Dim value As Version
value = instance.FileVersionInfo
property Version^ FileVersionInfo {
	Version^ get ();
}Property Value
Type: 
Version Exceptions
Exceptions See Also
See Also