iControl.SecurityFirewallGlobalAdminIPRuleList.get_fw_rule_weekly_schedule C# (CSharp) Method

get_fw_rule_weekly_schedule() private method

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