InfoConnect for Airlines
Script Property (IMacro)


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
string Script {get;}
See Also