Interface INameStringPair
Represents a name-value pair
Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface INameStringPair
Properties
| Improve this Doc View SourceName
Gets or set the name
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Gets or sets the value
Declaration
string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |