InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IMacro Interface / Data Property


In This Topic
    Data Property (IMacro)
    In This Topic
    Gets or specifies a string variable that can be used as data during macro execution.
    Syntax
    'Declaration
     
    
    Property Data As String
    'Usage
     
    
    Dim instance As IMacro
    Dim value As String
     
    instance.Data = value
     
    value = instance.Data
    string Data {get; set;}

    Property Value

    The default value is "". This string can be up to 260 characters long.

    Exceptions
    ExceptionDescription
    This exception is thrown if the set parameter is longer than the maximum allowed.
    See Also