ManagementConfigurationAttribute::Mode Property

 

Gets or sets the mode of the property, which specifies whether changes to it are applied as soon as possible or when a commit method is called.

Namespace:   System.Management.Instrumentation
Assembly:  System.Core (in System.Core.dll)

public:
property ManagementConfigurationType Mode {
	ManagementConfigurationType get();
	void set(ManagementConfigurationType value);
}

Property Value

Type: System.Management.Instrumentation::ManagementConfigurationType

Returns a ManagementConfigurationType that indicates whether the WMI property uses Apply or OnCommit mode.

If there is a commit method defined, it is responsible for updating all read-write WMI properties that use the OnCommit mode. It is identified by the ManagementCommitAttribute.

.NET Framework
Available since 3.5
Return to top
Show: