iControl.ManagementUserManagement.set_login_shell C# (CSharp) Method

set_login_shell() private method

private set_login_shell ( string user_names, string shells ) : void
user_names string
shells string
return void
        public void set_login_shell(
		string [] user_names,
		string [] shells
	)
        {
            this.Invoke("set_login_shell", new object [] {
                user_names,
                shells});
        }
ManagementUserManagement