| MatchAttributeAssertionAssertions Property |
Rules in the attribute rule
Namespace:
SanteDB.Matcher.Definition
Assembly:
SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 2.2.1
Syntax public List<MatchAttributeAssertion> Assertions { get; set; }
Public Property Assertions As List(Of MatchAttributeAssertion)
Get
Set
public:
property List<MatchAttributeAssertion^>^ Assertions {
List<MatchAttributeAssertion^>^ get ();
void set (List<MatchAttributeAssertion^>^ value);
}
member Assertions : List<MatchAttributeAssertion> with get, set
Property Value
Type:
ListMatchAttributeAssertionSee Also