Reflection .NET API
Attachmate.Reflection.Framework Assembly / Attachmate.Reflection.Framework Namespace / IControl Interface / SessionFilePath Property


In This Topic
SessionFilePath Property
In This Topic
Gets the session document file path. (Control properties are saved in session document files.)
Syntax
'Declaration
 
ReadOnly Property SessionFilePath As String
 
'Usage
 
Dim instance As IControl
Dim value As String
 
value = instance.SessionFilePath

Property Value

The fully qualified file path of the session document file.
See Also