iControl.SecurityFirewallGlobalRuleList.get_fw_rule_destination_geo C# (CSharp) Method

get_fw_rule_destination_geo() private method

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