LocationAverageIncome Property |
The average income in US dollars associated with the IP address.
Namespace:
MaxMind.GeoIP2.Model
Assembly:
MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax public Nullable<int> AverageIncome { get; }
Public ReadOnly Property AverageIncome As Nullable(Of Integer)
Get
public:
property Nullable<int> AverageIncome {
Nullable<int> get ();
}
member AverageIncome : Nullable<int> with get
Property Value
Type:
NullableInt32See Also