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.
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. |
Namespace: System.Configuration
Assembly: System.Configuration.dll