InfoConnect for Unisys
Data Property (IMacro)


Gets or sets 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.
See Also