TraitsStaticIPScore Property  | 
 
                An indicator of how static or dynamic an IP address is. The value
                ranges from 0 to 99.99 with higher values meaning a greater static
                association. For example, many IP addresses with a UserType
                of cellular have a lifetime under one. Static Cable/DSL IPs
                typically have a lifetime above thirty.
            
 
    Namespace: 
   MaxMind.GeoIP2.Model
    Assembly:
   MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntaxpublic Nullable<double> StaticIPScore { get; }Public ReadOnly Property StaticIPScore As Nullable(Of Double)
	Get
public:
property Nullable<double> StaticIPScore {
	Nullable<double> get ();
}member StaticIPScore : Nullable<float> with get
Property Value
Type: 
NullableDouble
See Also