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

In This Topic
    UniMacro Constructor(String,String)
    In This Topic
    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 _
    )
    public UniMacro( 
       string macroName,
       string value
    )

    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.
    See Also