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.6.1
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