iControl.SecurityFirewallGlobalAdminIPRuleList.get_fw_rule_protocol C# (CSharp) 메소드

get_fw_rule_protocol() 개인적인 메소드

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