AjaxControlToolkit.DynamicPopulateExtender.ShouldSerializeServicePath C# (CSharp) 메소드

ShouldSerializeServicePath() 개인적인 메소드

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