 | StationWithCoordinatesStationZipCode Property |
Zip code (e.g. 123 45).
Namespace: FRAM.CommonLayer.ModelsAssembly: FRAM.CommonLayer (in FRAM.CommonLayer.dll) Version: FRAM 2.0 v2.2.5.0
Syntaxpublic string StationZipCode { get; set; }
Public Property StationZipCode As String
Get
Set
public:
property String^ StationZipCode {
String^ get ();
void set (String^ value);
}
member StationZipCode : string with get, set
Property Value
Type:
String
See Also