IConfigurationManagerInternal.SetConfigurationSystemInProgress Eigenschap

Definitie

Hiermee wordt een waarde opgehaald die de status van het configuratiesysteem vertegenwoordigt.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

public:
 property bool SetConfigurationSystemInProgress { bool get(); };
public bool SetConfigurationSystemInProgress { get; }
member this.SetConfigurationSystemInProgress : bool
Public ReadOnly Property SetConfigurationSystemInProgress As Boolean

Waarde van eigenschap

true als het configuratiesysteem bezig is met initialiseren; anders, false.

Opmerkingen

De SetConfigurationSystemInProgress eigenschap wordt gebruikt tijdens System.Diagnostics de initialisatie van de configuratie.

Van toepassing op

Zie ook