WebServiceErrorError Property  | 
 
                Gets or sets the error.
            
 
    Namespace: 
   MaxMind.GeoIP2.Model
    Assembly:
   MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
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