The estimated number of users sharing the IP/network during the past
24 hours. For IPv4, the count is for the individual IP. For IPv6, the
count is for the /64 network. This value is only available from
GeoIP2 Precision Insights.
Namespace:
MaxMind.GeoIP2.Model
Assembly:
MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntaxpublic Nullable<int> UserCount { get; }
Public ReadOnly Property UserCount As Nullable(Of Integer)
Get
public:
property Nullable<int> UserCount {
Nullable<int> get ();
}
member UserCount : Nullable<int> with get
Property Value
Type:
NullableInt32
See Also