AjaxControlToolkit.NumericUpDownExtender.ShouldSerializeServieDownPath C# (CSharp) Method

ShouldSerializeServieDownPath() private method

private ShouldSerializeServieDownPath ( ) : bool
return bool
        bool ShouldSerializeServieDownPath()
        {
            return !String.IsNullOrEmpty(ServiceDownMethod);
        }