| FileMatchConfigurationSectionFilePath Property |
File path
Namespace:
SanteDB.Matcher.Configuration
Assembly:
SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 2.2.1
Syntax public 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
Type:
ListFilePathConfigurationSee Also