 | FileMatchConfigurationSectionFilePath Property |
File path
Namespace: SanteDB.Matcher.ConfigurationAssembly: SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 3.0.2081-alpha+c89b6faf865d37596ce49c6b3119b280fbaa425a
Syntaxpublic List<FilePathConfiguration> FilePath { get; set; }Public Property FilePath As List(Of FilePathConfiguration)
Get
Set
public:
property List<FilePathConfiguration^>^ FilePath {
List<FilePathConfiguration^>^ get ();
void set (List<FilePathConfiguration^>^ value);
}member FilePath : List<FilePathConfiguration> with get, set
Property Value
ListFilePathConfiguration
See Also