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