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.

public enum class ManagementConfigurationType
public enum ManagementConfigurationType
type ManagementConfigurationType = 
Public Enum ManagementConfigurationType
Inheritance
ManagementConfigurationType

Fields

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

See also