 | MatchAttributeAssertionAssertions Property |
Rules in the attribute rule
Namespace: SanteDB.Matcher.DefinitionAssembly: SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 3.0.2081-alpha+c89b6faf865d37596ce49c6b3119b280fbaa425a
Syntaxpublic 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
ListMatchAttributeAssertion
See Also