Interface IParameterPair
A key value pair
Namespace: OSGeo.MapGuide.ObjectModels.WebLayout
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IParameterPair
Properties
| Improve this Doc View SourceKey
Gets or sets the key.
Declaration
string Key { get; set; }
Property Value
Type | Description |
---|---|
System.String | The key. |
Value
Gets or sets the value.
Declaration
string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String | The value. |