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!

PutFlags Enumeration

Controls how the Put methods behave when a previous item exists/does not exist in a configuration store.

[Visual Basic]
Public Enum PutFlags
[C#]
public enum PutFlags
[C++]
public enum PutFlags

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Members

Member Name Description
CreateOnly Ensures that the configuration item will only be written if no item with the same primary key exists in the configuration store.
CreateOrUpdate Not supported in the PDC release.
UpdateOnly Ensures that the configuration item will only be written if an item with the same primary key already exists in the configuration store.

Requirements

Namespace: System.Configuration

Assembly: System.Configuration.dll

See Also

System.Configuration Namespace