Attachmate Reflection 2014 .NET API Reference
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
string Data {get; set;}

Property Value

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

Exceptions
ExceptionDescription
System.ArgumentException This exception is thrown if the set parameter is longer than the maximum allowed.
Requirements

Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services

See Also

Reference

IMacro Interface
IMacro Members

Send Feedback