| WebServiceErrorCode Property  | 
                Gets or sets the code.
            
 
Namespace: MaxMind.GeoIP2.ModelAssembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
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