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

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

    Parameters

    macroName
    Name of the macro.
    value
    Value of the macro.
    condition
    Condition of the macro.
    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