 | MatchResultVectors Property |
Gets or sets the properties that matched and their score
Namespace: SanteDB.Matcher.MatchersAssembly: SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 3.0.2081-alpha+c89b6faf865d37596ce49c6b3119b280fbaa425a
Syntaxpublic IList<MatchVector> Vectors { get; }Public ReadOnly Property Vectors As IList(Of MatchVector)
Get
public:
property IList<MatchVector^>^ Vectors {
IList<MatchVector^>^ get ();
}member Vectors : IList<MatchVector> with get
Property Value
IListMatchVector
See Also