ManagementConfigurationAttribute.Mode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property System::Management::Instrumentation::ManagementConfigurationType Mode { System::Management::Instrumentation::ManagementConfigurationType get(); void set(System::Management::Instrumentation::ManagementConfigurationType value); };
public System.Management.Instrumentation.ManagementConfigurationType Mode { get; set; }
member this.Mode : System.Management.Instrumentation.ManagementConfigurationType with get, set
Public Property Mode As ManagementConfigurationType
Property Value
Returns a ManagementConfigurationType that indicates whether the WMI property uses Apply or OnCommit mode.
Remarks
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.