 | MatchConfigurationAppliesTo Property |
Applies to
Namespace: SanteDB.Matcher.DefinitionAssembly: SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 3.0.2081-alpha+c89b6faf865d37596ce49c6b3119b280fbaa425a
Syntaxpublic Type[] AppliesTo { get; }Public ReadOnly Property AppliesTo As Type()
Get
public:
virtual property array<Type^>^ AppliesTo {
array<Type^>^ get () sealed;
}abstract AppliesTo : Type[] with get
override AppliesTo : Type[] with get
Property Value
TypeImplements
IRecordMatchingConfigurationAppliesTo
See Also