FluentWebUITesting.Accessors.BooleanState.SetValue C# (CSharp) Method

SetValue() private method

private SetValue ( bool state ) : FluentWebUITesting.Controls.WaitWrapper
state bool
return FluentWebUITesting.Controls.WaitWrapper
        public WaitWrapper SetValue(bool state)
        {
            return SetValueTo(state);
        }