AjaxControlToolkit.DynamicPopulateExtender.ShouldSerializeServicePath C# (CSharp) Méthode

ShouldSerializeServicePath() private méthode

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