NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IConfigCollection.ConfigType

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);

See Also

IConfigCollection Interface | IConfigCollection Members | System.Configuration Namespace