| IConfigurationStorageProviderFolder Property  | 
            Gets or sets the folder holding the configuration file(s).
            
 
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxstring Folder { get; set; }Property Folder As String
	Get
	Set
property String^ Folder {
	String^ get ();
	void set (String^ value);
}abstract Folder : string with get, set
Property Value
Type: 
String
See Also