StkCityDatabaseEntryPopulation Property  | 
 
            Gets or sets the population of the city.
            
 
    Namespace: 
   AGI.Foundation.Stk
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: 
Int32
See Also