DisplayName property

String? get DisplayName
Gets the display name of the location.

Implementation

String? get DisplayName => this._displayName;
set DisplayName (String? value)

Implementation

set DisplayName(String? value) => this._displayName = value;