iControl.SystemSession.set_returned_path C# (CSharp) Method

set_returned_path() private method

private set_returned_path ( SystemSessionReturnedPath path ) : void
path SystemSessionReturnedPath
return void
        public void set_returned_path(
		SystemSessionReturnedPath path
	)
        {
            this.Invoke("set_returned_path", new object [] {
                path});
        }
SystemSession