StkCityDatabaseEntryPopulation Property |
Gets or sets the population of the city.
Namespace:
AGI.Foundation.Stk
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public int Population { get; set; }
Public Property Population As Integer
Get
Set
public:
property int Population {
int get ();
void set (int value);
}
member Population : int with get, set
Property Value
Type:
Int32See Also