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!

LevelOfService.UseBaseCollection

Forces the configuration system to return BaseConfigItem or BaseConfigCollection instead of strongly typed accessor classes that may be defined for a ConfigType.

[Visual Basic]
Public Shared UseBaseCollection As Integer
[C#]
public static int UseBaseCollection;
[C++]
public: static int UseBaseCollection;
[JScript]
public static var UseBaseCollection : int;

See Also

LevelOfService Class | LevelOfService Members | System.Configuration Namespace