| LocationMetroCode Property  | 
                The metro code of the location if the location is in the US.
                MaxMind returns the same metro codes as the
                
Google AdWords API.
            
 
Namespace: MaxMind.GeoIP2.ModelAssembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
Syntaxpublic Nullable<int> MetroCode { get; }Public ReadOnly Property MetroCode As Nullable(Of Integer)
	Get
public:
property Nullable<int> MetroCode {
	Nullable<int> get ();
}member MetroCode : Nullable<int> with get
Property Value
Type: 
NullableInt32
See Also