Property Title
Title
Gets the title to display for the feature.
Declaration
public string Title { get; }
Property Value
| Type | Description |
|---|---|
| string | The title to display for the feature. |
Remarks
The title is determined in the following order of precedence:
- If available, the title is derived from the FeatureFormDefinition.
- If a FeatureFormDefinition is not available, the title is derived from the display field name.
- If neither the FeatureFormDefinition nor the display field name is available, the title defaults to the ObjectID of the feature.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |