Moonware.Common
VariableEvent Constructor



The identifier of the variable.
The value of the variable.
Initializes a new instance of the VariableEvent class.
Syntax
'Declaration
 
Public Function New( _
   ByVal key As String, _
   ByVal value As String _
)
'Usage
 
Dim key As String
Dim value As String
 
Dim instance As New VariableEvent(key, value)
public VariableEvent( 
   string key,
   string value
)
public:
VariableEvent( 
   String^ key,
   String^ value
)

Parameters

key
The identifier of the variable.
value
The value of the variable.
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

Reference

VariableEvent Class
VariableEvent Members

Send Feedback