MetadataIPVersion Property |
The IP version that the database supports. This will be 4 or 6.
Namespace:
MaxMind.Db
Assembly:
MaxMind.Db (in MaxMind.Db.dll) Version: 2.4.0
Syntax public int IPVersion { get; }
Public ReadOnly Property IPVersion As Integer
Get
public:
property int IPVersion {
int get ();
}
member IPVersion : int with get
Property Value
Type:
Int32See Also