iControl.SecurityIPIntelligenceFeedList.set_feed_password C# (CSharp) Method

set_feed_password() private method

private set_feed_password ( string lists, string feeds, string passwords ) : void
lists string
feeds string
passwords string
return void
        public void set_feed_password(
		string [] lists,
		string [] [] feeds,
		string [] [] passwords
	)
        {
            this.Invoke("set_feed_password", new object [] {
                lists,
                feeds,
                passwords});
        }
SecurityIPIntelligenceFeedList