ManagementConfigurationType Enum

Definition

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.

C#
public enum ManagementConfigurationType
Inheritance
ManagementConfigurationType

Fields

Name Value Description
Apply 0

Set values take effect only when Commit is called.

OnCommit 1

Set values are applied immediately.

Remarks

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.

Applies to

Product Versions
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also