ManagementConfigurationAttribute::Mode Property
.NET Framework (current version)
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.
Assembly: System.Core (in System.Core.dll)
public: property ManagementConfigurationType Mode { ManagementConfigurationType get(); void set(ManagementConfigurationType value); }
Property Value
Type: System.Management.Instrumentation::ManagementConfigurationTypeReturns 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
Available since 3.5
Show: