public void GetTextMaxLength()
        {
            Int32 textMaxLength;

            textMaxLength = WebReference.GetTextMaxLength(GetContext());
            Assert.IsTrue(0 < textMaxLength);
        }