ManagementConfigurationAttribute.Mode Propiedad

Definición

Obtiene o establece el modo de la propiedad, que especifica si los cambios se le aplican lo antes posible o cuando se llama a un método de confirmación.

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

Valor de propiedad

ManagementConfigurationType

Devuelve ManagementConfigurationType, que indica si la propiedad WMI usa el modo Apply u OnCommit.

Comentarios

Si hay un método commit definido, es responsable de actualizar todas las propiedades WMI de lectura y escritura que usan el OnCommit modo. Se identifica mediante ManagementCommitAttribute .

Se aplica a