JAMS Developer Guide
SerializableKeyValuePair Constructor(String,String)


MVPSI.JAMS.Activities Namespace > SerializableKeyValuePair Class > SerializableKeyValuePair Constructor : SerializableKeyValuePair Constructor(String,String)
Syntax
'Declaration
 
Public Function New( _
   ByVal Key As System.String, _
   ByVal Value As System.String _
)
'Usage
 
Dim Key As System.String
Dim Value As System.String
 
Dim instance As New SerializableKeyValuePair(Key, Value)
public SerializableKeyValuePair( 
   System.string Key,
   System.string Value
)

Parameters

Key
Value
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

SerializableKeyValuePair Class
SerializableKeyValuePair Members
Overload List