{CompanyName} FlexyGo

DefaultPair Constructor (String, String)

Initializes a new instance of the DefaultPair class.

Namespace:  FLEXYGO.Objects.Settings
Assembly:  flxObjectConfig (in flxObjectConfig.dll)

Syntax


public DefaultPair(
	string aPropertyName,
	string aValue
)
Public Sub New ( _
	aPropertyName As String, _
	aValue As String _
)

Parameters

aPropertyName
Type: String
Name of a property.
aValue
Type: String
The value.