AjaxControlToolkit.DynamicPopulateExtender.ShouldSerializeServicePath C# (CSharp) Метод

ShouldSerializeServicePath() приватный Метод

private ShouldSerializeServicePath ( ) : bool
Результат bool
        bool ShouldSerializeServicePath()
        {
            return !String.IsNullOrEmpty(ServiceMethod);
        }