 | MasterMatchMatchResult Property |
Gets the match result
Namespace: SanteDB.Persistence.MDM.ServicesAssembly: SanteDB.Persistence.MDM (in SanteDB.Persistence.MDM.dll) Version: 3.0.2081-alpha+a75c6ef344438c8f05e3aa0d0480396778be147b
Syntaxpublic IRecordMatchResult MatchResult { get; set; }Public Property MatchResult As IRecordMatchResult
Get
Set
public:
property IRecordMatchResult^ MatchResult {
IRecordMatchResult^ get ();
void set (IRecordMatchResult^ value);
}member MatchResult : IRecordMatchResult with get, set
Property Value
IRecordMatchResult
See Also