Interface IResultColumn
A search command result column
Namespace: OSGeo.MapGuide.ObjectModels.WebLayout
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IResultColumn
Properties
| Improve this Doc View SourceName
Gets or sets the name.
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
Property
Gets or sets the property.
Declaration
string Property { get; set; }
Property Value
Type | Description |
---|---|
System.String | The property. |