IInternalConfigRoot.IsDesignTime Property

Definition

Returns a value indicating whether the configuration is a design-time configuration.

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

Property Value

true if the configuration is a design-time configuration; false if the configuration is not a design-time configuration.

Applies to