StkCityDatabaseEntryCityName Property |
Gets or sets the city name.
Namespace:
AGI.Foundation.Stk
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public string CityName { get; set; }
Public Property CityName As String
Get
Set
public:
property String^ CityName {
String^ get ();
void set (String^ value);
}
member CityName : string with get, set
Property Value
Type:
StringSee Also