dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniMacro Class / UniMacro Constructor / UniMacro Constructor(String,String)
Name of the macro.
Value of the macro.

UniMacro Constructor(String,String)
Initializes a new instance of the UniMacro class with given name and value.
Syntax
'Declaration
 
Public Function New( _
   ByVal macroName As String, _
   ByVal value As String _
)
 

Parameters

macroName
Name of the macro.
value
Value of the macro.
Remarks
After this constructor overload is used, the Condition is blank, which means that macro is always considered enabled.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also