| WebServiceErrorError Property  | 
                Gets or sets the error.
            
 
Namespace: MaxMind.GeoIP2.ModelAssembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
Syntaxpublic string Error { get; set; }Public Property Error As String
	Get
	Set
public:
property String^ Error {
	String^ get ();
	void set (String^ value);
}member Error : string with get, set
Property Value
Type: 
String
                The error message returned by the service.
            
See Also