iControl.GlobalLBGlobals.get_fb_respect_acl_state C# (CSharp) Method

get_fb_respect_acl_state() private method

private get_fb_respect_acl_state ( ) : CommonEnabledState
return CommonEnabledState
        public CommonEnabledState get_fb_respect_acl_state(

	)
        {
            object [] results = this.Invoke("get_fb_respect_acl_state", new object [0]);
            return ((CommonEnabledState)(results[0]));
        }
GlobalLBGlobals