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.Read

Indicates that read access is desired.

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

Remarks

This is the default for methods that do not take a level of service parameter.

The ConfigManager will call Freeze on configuration items and collections.

See Also

LevelOfService Class | LevelOfService Members | System.Configuration Namespace