NetworkPrefixLength Property |
The prefix length is the number of leading 1 bits in the
subnet mask. Sometimes also known as netmask length.
Namespace:
MaxMind.Db
Assembly:
MaxMind.Db (in MaxMind.Db.dll) Version: 2.6.1
Syntaxpublic int PrefixLength { get; }
Public ReadOnly Property PrefixLength As Integer
Get
public:
property int PrefixLength {
int get ();
}
member PrefixLength : int with get
Property Value
Type:
Int32
See Also