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


Data Property (IMacro)
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

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