MetadataBinaryFormatMajorVersion Property  | 
 
                The major version number for the MaxMind DB binary format used by the database.
            
 
    Namespace: 
   MaxMind.Db
    Assembly:
   MaxMind.Db (in MaxMind.Db.dll) Version: 2.6.1
Syntaxpublic int BinaryFormatMajorVersion { get; }Public ReadOnly Property BinaryFormatMajorVersion As Integer
	Get
public:
property int BinaryFormatMajorVersion {
	int get ();
}member BinaryFormatMajorVersion : int with get
Property Value
Type: 
Int32
See Also