SubdivisionIsoCode Property |
This is a string up to three characters long contain the
subdivision portion of the
code
.
Namespace: MaxMind.GeoIP2.ModelAssembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
Syntaxpublic string IsoCode { get; set; }
Public Property IsoCode As String
Get
Set
public:
property String^ IsoCode {
String^ get ();
void set (String^ value);
}
member IsoCode : string with get, set
Property Value
Type:
String
See Also