using System.CodeDom.Compiler; using System.Configuration; using System.Diagnostics; using System.Runtime.CompilerServices; namespace SPCwebServiceDll.Properties { [CompilerGenerated] ////[GeneratedCode(/*Could not decode attribute arguments.*/)] internal sealed class Settings : ApplicationSettingsBase { private static Settings defaultInstance = (Settings)SettingsBase.Synchronized(new Settings()); public static Settings Default => defaultInstance; [ApplicationScopedSetting] [DebuggerNonUserCode] //[DefaultSettingValue(/*Could not decode attribute arguments.*/)] public string SPCwebServiceDll_spcwebapi_Service1 => (string)this["SPCwebServiceDll_spcwebapi_Service1"]; } }