AjaxControlToolkit.NumericUpDownExtender.ShouldSerializeServiceUpPath C# (CSharp) Method

ShouldSerializeServiceUpPath() private method

private ShouldSerializeServiceUpPath ( ) : bool
return bool
        bool ShouldSerializeServiceUpPath()
        {
            return !String.IsNullOrEmpty(ServiceUpMethod);
        }