 | MatchConfigurationTarget Property |
Gets or sets the targets this configuration applies to
Namespace: SanteDB.Matcher.DefinitionAssembly: SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 3.0.2081-alpha+c89b6faf865d37596ce49c6b3119b280fbaa425a
Syntaxpublic 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
ListMatchTarget
See Also