DataSet.DisplayName Property
Gets or sets a display name for the dataset.
Syntax
public System.String DisplayName { get; set; }
Property Value
The display name for the dataset.
Remarks
The display name of a dataset is intended as a user-friendly variant of the Name property, suitable for display to an end user. The display name is typically configured in Carmenta Studio, when a map configuration is created. The property is used by the Catalog mechanism to populate metadata records for catalog datasets, corresponding to the OGC metadata item title.
This property can be specified in several different languages, see Localized properties in Carmenta Studio. To retrieve the display name for a particular language, use the GetLocalizedDisplayName method.
Platforms
Windows, Linux, Android