 | AppSettingsLocalConfigurationDirectory property |
The file path to the local configuration directory.
Default: Path to the AppConfigUser directory.
Namespace: Vishnu.InterchangeAssembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic string? LocalConfigurationDirectory { get; set; }
Public Property LocalConfigurationDirectory As String
Get
Set
public:
property String^ LocalConfigurationDirectory {
String^ get ();
void set (String^ value);
}
member LocalConfigurationDirectory : string with get, set
Property value
String
See also