WebServiceClientOptionsLicenseKey Property |
Your MaxMind license key.
Namespace:
MaxMind.GeoIP2
Assembly:
MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntaxpublic string LicenseKey { get; set; }
Public Property LicenseKey As String
Get
Set
public:
property String^ LicenseKey {
String^ get ();
void set (String^ value);
}
member LicenseKey : string with get, set
Property Value
Type:
String
See Also