 | MatchConfigurationScoring Property |
Gets or sets the classifications
Namespace: SanteDB.Matcher.DefinitionAssembly: SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 3.0.2081-alpha+c89b6faf865d37596ce49c6b3119b280fbaa425a
Syntaxpublic List<MatchAttribute> Scoring { get; set; }Public Property Scoring As List(Of MatchAttribute)
Get
Set
public:
property List<MatchAttribute^>^ Scoring {
List<MatchAttribute^>^ get ();
void set (List<MatchAttribute^>^ value);
}member Scoring : List<MatchAttribute> with get, set
Property Value
ListMatchAttribute
See Also