iControl.SecurityIPIntelligenceFeedList.set_description C# (CSharp) Method

set_description() private method

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