iControl.ManagementApplicationTemplate.get_ignore_verification_state C# (CSharp) Method

get_ignore_verification_state() private method

private get_ignore_verification_state ( string templates ) : CommonEnabledState[]
templates string
return CommonEnabledState[]
        public CommonEnabledState[] get_ignore_verification_state(
		string [] templates
	)
        {
            object [] results = this.Invoke("get_ignore_verification_state", new object [] {
                templates});
            return ((CommonEnabledState [])(results[0]));
        }
ManagementApplicationTemplate