iControl.SecurityFirewallGlobalRuleList.get_fw_rule_destination_geo C# (CSharp) 메소드

get_fw_rule_destination_geo() 개인적인 메소드

private get_fw_rule_destination_geo ( string rules ) : iControl.CommonGeoLocation[][]
rules string
리턴 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