AjaxControlToolkit.DynamicPopulateExtenderControlBase.ShouldSerializeServicePath C# (CSharp) Method

ShouldSerializeServicePath() private method

private ShouldSerializeServicePath ( ) : bool
return bool
        bool ShouldSerializeServicePath()
        {
            return !String.IsNullOrEmpty(DynamicServiceMethod);
        }
DynamicPopulateExtenderControlBase