IspResponseAutonomousSystemNumber Property |
Namespace: MaxMind.GeoIP2.ResponsesAssembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
Syntaxpublic Nullable<int> AutonomousSystemNumber { get; }
Public ReadOnly Property AutonomousSystemNumber As Nullable(Of Integer)
Get
public:
property Nullable<int> AutonomousSystemNumber {
Nullable<int> get ();
}
member AutonomousSystemNumber : Nullable<int> with get
Property Value
Type:
NullableInt32
See Also