| MatchAttributeWhen Property |
When condition on a match attribute
Namespace:
SanteDB.Matcher.Definition
Assembly:
SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 2.2.1
Syntax public 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
Type:
ListMatchAttributeWhenConditionSee Also