Returns the ConfigType of the configuration items in this collection.
[Visual Basic] Property ConfigType As String [C#] string ConfigType {get; set;} [C++] String* get_ConfigType() = 0;void set_ConfigType(String*) = 0; [JScript] abstract function get ConfigType() : String; public abstract function set ConfigType(String);
IConfigCollection Interface | IConfigCollection Members | System.Configuration Namespace