IConfigurationManagerInternal.SetConfigurationSystemInProgress Egenskap

Definition

Hämtar ett värde som representerar konfigurationssystemets status.

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

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

Egenskapsvärde

trueom konfigurationssystemet håller på att initieras; annars . false

Kommentarer

Egenskapen SetConfigurationSystemInProgress används av System.Diagnostics under konfigurationsinitiering.

Gäller för

Se även