PutType Enumeration
.NET Framework (current version)
Describes the possible effects of saving an object to WMI when using Put().
Assembly: System.Management (in System.Management.dll)
| Member name | Description | |
|---|---|---|
| CreateOnly | Creates an object only; does not update an existing object. | |
| None | No change. | |
| UpdateOnly | Updates an existing object only; does not create a new object. | |
| UpdateOrCreate | Saves the object, whether updating an existing object or creating a new object. |
.NET Framework
Available since 1.1
Available since 1.1
Show: