AnonymousIPResponseNetwork Property |
The network associated with the record. In particular, this is
the largest network where all of the fields besides
IPAddress have the same value.
Namespace:
MaxMind.GeoIP2.Responses
Assembly:
MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntaxpublic Network Network { get; }
Public ReadOnly Property Network As Network
Get
public:
property Network^ Network {
Network^ get ();
}
member Network : Network with get
Property Value
Type:
Network
See Also