 | MatchAttributeWhen Property |
When condition on a match attribute
Namespace: SanteDB.Matcher.DefinitionAssembly: SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 3.0.2081-alpha+c89b6faf865d37596ce49c6b3119b280fbaa425a
Syntaxpublic List<MatchAttributeWhenCondition> When { get; set; }Public Property When As List(Of MatchAttributeWhenCondition)
Get
Set
public:
property List<MatchAttributeWhenCondition^>^ When {
List<MatchAttributeWhenCondition^>^ get ();
void set (List<MatchAttributeWhenCondition^>^ value);
}member When : List<MatchAttributeWhenCondition> with get, set
Property Value
ListMatchAttributeWhenCondition
See Also