iControl.SecurityIPIntelligencePolicy.set_default_action_type C# (CSharp) Method

set_default_action_type() private method

private set_default_action_type ( string policies, SecurityIPIntelligencePolicyIPIntelligencePolicyActionType types ) : void
policies string
types SecurityIPIntelligencePolicyIPIntelligencePolicyActionType
return void
        public void set_default_action_type(
		string [] policies,
		SecurityIPIntelligencePolicyIPIntelligencePolicyActionType [] types
	)
        {
            this.Invoke("set_default_action_type", new object [] {
                policies,
                types});
        }
SecurityIPIntelligencePolicy