ManagementConfigurationType Enumeration
Represents the possible commit behaviors of a read/write property. It is used as the value of a parameter of the ManagementConfigurationAttribute attribute.
Note: the WMI .NET libraries are now considered in final state, and no further development, enhancements, or updates will be available for non-security related issues affecting these libraries. The MI APIs should be used for all new development.
Assembly: System.Core (in System.Core.dll)
| Member name | Description | |
|---|---|---|
| Apply | Set values take effect only when Commit is called. | |
| OnCommit | Set values are applied immediately. |
This attribute is used as a parameter value for the ManagementConfigurationAttribute attribute only if the ManagementCommitAttribute attribute is used to identify a method to run to commit values. Otherwise, read/write property values are applied automatically.
Available since 3.5