Interface IRelateProperty
Represents a property pair in an attribute join
Namespace: OSGeo.MapGuide.ObjectModels.FeatureSource
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IRelateProperty
Properties
| Improve this Doc View SourceAttributeClassProperty
Gets or sets the attribute class property.
Declaration
string AttributeClassProperty { get; set; }
Property Value
Type | Description |
---|---|
System.String | The attribute class property. |
FeatureClassProperty
Gets or sets the feature class property.
Declaration
string FeatureClassProperty { get; set; }
Property Value
Type | Description |
---|---|
System.String | The feature class property. |