SubdivisionIsoCode Property  | 
 
                This is a string up to three characters long contain the
                subdivision portion of the
                
                    code
                
                .
            
 
    Namespace: 
   MaxMind.GeoIP2.Model
    Assembly:
   MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
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