This documentation is archived and is not being maintained.
PutType Enumeration
.NET Framework 1.1
Describes the possible effects of saving an object to WMI when using Put.
[Visual Basic] <Serializable> Public Enum PutType [C#] [Serializable] public enum PutType [C++] [Serializable] __value public enum PutType [JScript] public Serializable enum PutType
Members
| Member name | Description |
|---|---|
| CreateOnly | Creates an object only; does not update an existing object. |
| 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. |
Requirements
Namespace: System.Management
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Management (in System.Management.dll)
See Also
Show: