Class Property
A selected feature property
Inheritance
System.Object
Property
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OSGeo.MapGuide.ObjectModels.SelectionModel
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public class Property
Properties
| Improve this Doc View SourceDisplayName
The display name of the property
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
The name of the property
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
The type of the property
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
The value of the property
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |