iControl.SecurityIPIntelligencePolicy.get_default_action_type C# (CSharp) Method

get_default_action_type() private method

private get_default_action_type ( string policies ) : SecurityIPIntelligencePolicyIPIntelligencePolicyActionType[]
policies string
return SecurityIPIntelligencePolicyIPIntelligencePolicyActionType[]
        public SecurityIPIntelligencePolicyIPIntelligencePolicyActionType[] get_default_action_type(
		string [] policies
	)
        {
            object [] results = this.Invoke("get_default_action_type", new object [] {
                policies});
            return ((SecurityIPIntelligencePolicyIPIntelligencePolicyActionType [])(results[0]));
        }
SecurityIPIntelligencePolicy