StkCityDatabaseQueryTypeOfCity Property |
Gets or sets a value that the
TypeOfCity
must match in order to be included in the query.
Namespace:
AGI.Foundation.Stk
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public CityType TypeOfCity { get; set; }
Public Property TypeOfCity As CityType
Get
Set
public:
property CityType TypeOfCity {
CityType get ();
void set (CityType value);
}
member TypeOfCity : CityType with get, set
Property Value
Type:
CityTypeSee Also