Creates a new PropertyValue instance.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public PropertyValue(
	string key,
	string value
)
Visual Basic (Declaration)
Public Sub New ( _
	key As String, _
	value As String _
)
Visual C++
public:
PropertyValue(
	String^ key, 
	String^ value
)

Parameters

key
Type: System..::.String
The key (name) of a property in the MDEX Engine
value
Type: System..::.String
The value of the property

Exceptions

ExceptionCondition
System..::.ArgumentNullException if key or value is null.

See Also