IConfigurationManagerInternal.ExeLocalConfigDirectory Property

Definition

Gets the local configuration directory of the application based on the entry assembly.

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

public:
 property System::String ^ ExeLocalConfigDirectory { System::String ^ get(); };
public string ExeLocalConfigDirectory { get; }
member this.ExeLocalConfigDirectory : string
Public ReadOnly Property ExeLocalConfigDirectory As String

Property Value

A string representing the local configuration directory.

Applies to