AjaxControlToolkit.DynamicPopulateExtender.ShouldSerializeServicePath C# (CSharp) Method

ShouldSerializeServicePath() private method

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