 | AppSettingsUserParametersReaderPath property |
File path of an optional dll that implements IParameterReader.
If available, the dll is loaded dynamically and extends Vishnu's
Capabilities for parameter replacement in ReplaceWildcards.
Namespace: Vishnu.InterchangeAssembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic string? UserParameterReaderPath { get; set; }
Public Property UserParameterReaderPath As String
Get
Set
public:
property String^ UserParameterReaderPath {
String^ get ();
void set (String^ value);
}
member UserParameterReaderPath : string with get, set
Property value
String
See also