searchEnable property

bool? searchEnable
getter/setter pair

服务器是否允许被搜索,true-可以被搜索,false-不可被搜索,默认允许

Implementation

bool? searchEnable = true;