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