iControl.SecurityFirewallGlobalAdminIPRuleList.get_fw_rule_source_port C# (CSharp) Method

get_fw_rule_source_port() private method

private get_fw_rule_source_port ( string rules ) : CommonPortRange[][]
rules string
return CommonPortRange[][]
        public CommonPortRange[][] get_fw_rule_source_port(
		string [] rules
	)
        {
            object [] results = this.Invoke("get_fw_rule_source_port", new object [] {
                rules});
            return ((CommonPortRange [] [])(results[0]));
        }
SecurityFirewallGlobalAdminIPRuleList