Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IMacro Interface / Script Property


In This Topic
Script Property (IMacro)
In This Topic
Gets the current macro recording script, if any. Returns String.Empty if no script is currently recording.
Syntax
'Declaration
 
ReadOnly Property Script As String
 
'Usage
 
Dim instance As IMacro
Dim value As String
 
value = instance.Script
See Also