IConfigurationManagerInternal.UserConfigFilename Property

Definition

Gets the name of the file used to store user configuration settings.

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

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

Property Value

A string specifying the name of the file used to store user configuration.

Applies to