6 references to Type
System.Configuration (6)
System\Configuration\MgmtConfigurationRecord.cs (6)
791string typeName = configSection.SectionInformation.Type; 1306return factoryRecord.FactoryTypeName != configSection.SectionInformation.Type 1328string type = (configSection.SectionInformation.Type != null) ? configSection.SectionInformation.Type : factoryRecord.FactoryTypeName; 1912if (configSection.SectionInformation.Type != null) { 1913factoryRecord.FactoryTypeName = configSection.SectionInformation.Type;