IAboutViewConfigurationFolder Property |
Gets or sets the full path to the configuration folder used by the application to store
configuration files and data.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax string ConfigurationFolder { get; set; }
Property ConfigurationFolder As String
Get
Set
property String^ ConfigurationFolder {
String^ get ();
void set (String^ value);
}
abstract ConfigurationFolder : string with get, set
Property Value
Type:
StringSee Also