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