iControl.ManagementUserManagement.set_remote_console_access C# (CSharp) Method

set_remote_console_access() private method

private set_remote_console_access ( bool enabled ) : void
enabled bool
return void
        public void set_remote_console_access(
		bool enabled
	)
        {
            this.Invoke("set_remote_console_access", new object [] {
                enabled});
        }
ManagementUserManagement