| MatchConfigurationCollectionConfigurations Property |
Gets or sets the configurations for the match collection
Namespace:
SanteDB.Matcher.Definition
Assembly:
SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 2.2.1
Syntax public 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
Type:
ListMatchConfigurationSee Also