| MatchConfigurationTarget Property |
Gets or sets the targets this configuration applies to
Namespace:
SanteDB.Matcher.Definition
Assembly:
SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 2.2.1
Syntax public List<MatchTarget> Target { get; set; }
Public Property Target As List(Of MatchTarget)
Get
Set
public:
property List<MatchTarget^>^ Target {
List<MatchTarget^>^ get ();
void set (List<MatchTarget^>^ value);
}
member Target : List<MatchTarget> with get, set
Property Value
Type:
ListMatchTargetSee Also