 | MatchConfigurationCollectionConfigurations Property |
Gets or sets the configurations for the match collection
Namespace: SanteDB.Matcher.DefinitionAssembly: SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 3.0.2081-alpha+c89b6faf865d37596ce49c6b3119b280fbaa425a
Syntaxpublic List<MatchConfiguration> Configurations { get; set; }Public Property Configurations As List(Of MatchConfiguration)
Get
Set
public:
property List<MatchConfiguration^>^ Configurations {
List<MatchConfiguration^>^ get ();
void set (List<MatchConfiguration^>^ value);
}member Configurations : List<MatchConfiguration> with get, set
Property Value
ListMatchConfiguration
See Also