AbstractCityResponsePostal Property |
Gets the postal object for the requested IP address.
Namespace:
MaxMind.GeoIP2.Responses
Assembly:
MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax public Postal Postal { get; }
Public ReadOnly Property Postal As Postal
Get
public:
property Postal^ Postal {
Postal^ get ();
}
member Postal : Postal with get
Property Value
Type:
PostalSee Also