System.Configuration.BaseConfigurationRecord.GetLkgSection C# (CSharp) Method

GetLkgSection() public method

public GetLkgSection ( string configKey ) : object
configKey string
return object
        public object GetLkgSection(string configKey) {
            return GetSection(configKey, true, true);
        }
BaseConfigurationRecord