Reflection
SessionFilePath Property


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
string SessionFilePath {get;}

Property Value

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