var GetSearchAbout=function() {
GetSearchAbout.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
GetSearchAbout.prototype={
GetSearchCount:function(v_key,succeededCallback, failedCallback, userContext) {
return this._invoke(GetSearchAbout.get_path(), 'GetSearchCount',false,{v_key:v_key},succeededCallback,failedCallback,userContext); }}
GetSearchAbout.registerClass('GetSearchAbout',Sys.Net.WebServiceProxy);
GetSearchAbout._staticInstance = new GetSearchAbout();
GetSearchAbout.set_path = function(value) { 
var e = Function._validateParams(arguments, [{name: 'path', type: String}]); if (e) throw e; GetSearchAbout._staticInstance._path = value; }
GetSearchAbout.get_path = function() { return GetSearchAbout._staticInstance._path; }
GetSearchAbout.set_timeout = function(value) { var e = Function._validateParams(arguments, [{name: 'timeout', type: Number}]); if (e) throw e; if (value < 0) { throw Error.argumentOutOfRange('value', value, Sys.Res.invalidTimeout); }
GetSearchAbout._staticInstance._timeout = value; }
GetSearchAbout.get_timeout = function() { 
return GetSearchAbout._staticInstance._timeout; }
GetSearchAbout.set_defaultUserContext = function(value) { 
GetSearchAbout._staticInstance._userContext = value; }
GetSearchAbout.get_defaultUserContext = function() { 
return GetSearchAbout._staticInstance._userContext; }
GetSearchAbout.set_defaultSucceededCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultSucceededCallback', type: Function}]); if (e) throw e; GetSearchAbout._staticInstance._succeeded = value; }
GetSearchAbout.get_defaultSucceededCallback = function() { 
return GetSearchAbout._staticInstance._succeeded; }
GetSearchAbout.set_defaultFailedCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultFailedCallback', type: Function}]); if (e) throw e; GetSearchAbout._staticInstance._failed = value; }
GetSearchAbout.get_defaultFailedCallback = function() { 
return GetSearchAbout._staticInstance._failed; }
GetSearchAbout.set_path("/service/GetSearchAbout.asmx");
GetSearchAbout.GetSearchCount= function(v_key,onSuccess,onFailed,userContext) {GetSearchAbout._staticInstance.GetSearchCount(v_key,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(SearchAbout) === 'undefined') {
var SearchAbout=gtc("SearchAbout");
SearchAbout.registerClass('SearchAbout');
}
