iControl.SecurityFirewallGlobalRuleList.get_fw_rule_destination_geo_description C# (CSharp) Method

get_fw_rule_destination_geo_description() private method

private get_fw_rule_destination_geo_description ( string rules, CommonGeoLocation geos ) : string[][]
rules string
geos CommonGeoLocation
return string[][]
        public string[][] get_fw_rule_destination_geo_description(
		string [] rules,
		CommonGeoLocation [] [] geos
	)
        {
            object [] results = this.Invoke("get_fw_rule_destination_geo_description", new object [] {
                rules,
                geos});
            return ((string [] [])(results[0]));
        }
SecurityFirewallGlobalRuleList