iControl.SecurityFirewallGlobalAdminIPRuleList.get_fw_rule_protocol_numeric C# (CSharp) Method

get_fw_rule_protocol_numeric() private method

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