iControl.SecurityDoSWhitelist.get_entry C# (CSharp) Method

get_entry() private method

private get_entry ( string whitelists ) : string[][]
whitelists string
return string[][]
        public string[][] get_entry(
		string [] whitelists
	)
        {
            object [] results = this.Invoke("get_entry", new object [] {
                whitelists});
            return ((string [] [])(results[0]));
        }