ManagementConfigurationAttribute.Mode Właściwość

Definicja

Pobiera lub ustawia tryb właściwości, który określa, czy zmiany są stosowane tak szybko, jak to możliwe, czy też po wywołaniu metody zatwierdzania.

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

Wartość właściwości

Zwraca wartość wskazującą ManagementConfigurationType , czy właściwość WMI używa Apply lub OnCommit trybu.

Uwagi

Jeśli zdefiniowano metodę zatwierdzania, jest odpowiedzialna za aktualizowanie wszystkich właściwości WMI odczytu i zapisu, które korzystają z OnCommit trybu. Jest on identyfikowany przez element ManagementCommitAttribute.

Dotyczy