UserManagerSettings.UserServerType Property
public UserServerType UserServerType {get; set;}
This language is not supported or no code example is available.
public:
property UserServerType UserServerType {
UserServerType get( );
void set(
UserServerType value
);
}
This language is not supported or no code example is available.
public function get UserServerType() : UserServerType;
public function set UserServerType(value : UserServerType);
This language is not supported or no code example is available.