Interface IAllowedValue
Describes an allowed widget parameter value
Namespace: OSGeo.MapGuide.ObjectModels.ApplicationDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IAllowedValue
Properties
| Improve this Doc View SourceLabel
Gets the label of this value
Declaration
string Label { get; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets the name of this value
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |