 | StationWithCoordinatesStationCityName Property |
City name (e.g. LJUSDAL).
Namespace: FRAM.CommonLayer.ModelsAssembly: FRAM.CommonLayer (in FRAM.CommonLayer.dll) Version: FRAM 2.0 v2.2.5.0
Syntaxpublic string StationCityName { get; set; }
Public Property StationCityName As String
Get
Set
public:
property String^ StationCityName {
String^ get ();
void set (String^ value);
}
member StationCityName : string with get, set
Property Value
Type:
String
See Also