Creates a new PropertyValue instance.
            
    Namespace: 
   Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
 Syntax
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
Exceptions
| Exception | Condition | 
|---|---|
| System..::.ArgumentNullException | if key or value is null. | 





