ManagementConfigurationAttribute.Mode 属性

定义

获取或设置该属性的模式,该模式指定是否尽快应用对属性的更改或在何时调用提交方法。

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

属性值

返回一个 ManagementConfigurationType,它指示该 WMI 属性是使用 Apply 模式,还是使用 OnCommit 模式。

注解

如果定义了提交方法,则它负责更新使用该 OnCommit 模式的所有读写 WMI 属性。 它由 标识。ManagementCommitAttribute

适用于