InfoConnect API Guide
Attachmate.Reflection.Emulation.Common 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
    string Script {get;}
    See Also