 | MatchAttributeWhenNull Property |
When null what should happen?
Namespace: SanteDB.Matcher.DefinitionAssembly: SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 3.0.2081-alpha+c89b6faf865d37596ce49c6b3119b280fbaa425a
Syntaxpublic MatchAttributeNullBehavior WhenNull { get; set; }Public Property WhenNull As MatchAttributeNullBehavior
Get
Set
public:
property MatchAttributeNullBehavior WhenNull {
MatchAttributeNullBehavior get ();
void set (MatchAttributeNullBehavior value);
}member WhenNull : MatchAttributeNullBehavior with get, set
Property Value
MatchAttributeNullBehavior
See Also