iControl.ManagementUserManagement.set_login_shell C# (CSharp) 메소드

set_login_shell() 개인적인 메소드

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