Edit

Share via


DelegatingConfigHost.HasLocalConfig Property

Definition

Determines if the delegated host has a local configuration.

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Property Value

true if the current instance has a local configuration; otherwise, false.

Applies to