ExeConfigurationFileMap::RoamingUserConfigFilename Property

 

Gets or sets the name of the configuration file for the roaming user.

Namespace:   System.Configuration
Assembly:  System.Configuration (in System.Configuration.dll)

public:
property String^ RoamingUserConfigFilename {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The configuration file name.

.NET Framework
Available since 2.0
Return to top
Show: