TraitsAutonomousSystemNumber Property |
The
autonomous system number
associated with the IP address.
This value is only set when using the City or Insights web
service or the Enterprise database.
Namespace: MaxMind.GeoIP2.ModelAssembly: 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