isMemberAllowToInvite method

bool isMemberAllowToInvite ()

是否需要成员邀请

Implementation

bool isMemberAllowToInvite(){
  return _isMemberAllowToInvite;
}