Elmah.ErrorTweetModule.GetConfig C# (CSharp) Méthode

GetConfig() protected méthode

Gets the configuration object used by OnInit to read the settings for module.
protected GetConfig ( ) : object
Résultat object
        protected virtual object GetConfig()
        {
            return Configuration.GetSubsection("errorTweet");
        }