StkCityDatabaseQueryProvinceName Property |
Gets or sets a regular expression that the
ProvinceName
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 Regex ProvinceName { get; set; }
Public Property ProvinceName As Regex
Get
Set
public:
property Regex^ ProvinceName {
Regex^ get ();
void set (Regex^ value);
}
member ProvinceName : Regex with get, set
Property Value
Type:
RegexSee Also