| MatchConfigurationMetadataState Property |
Gets or sets the status
Namespace:
SanteDB.Matcher.Definition
Assembly:
SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 2.2.1
Syntax public MatchConfigurationStatus State { get; set; }
Public Property State As MatchConfigurationStatus
Get
Set
public:
virtual property MatchConfigurationStatus State {
MatchConfigurationStatus get () sealed;
void set (MatchConfigurationStatus value) sealed;
}
abstract State : MatchConfigurationStatus with get, set
override State : MatchConfigurationStatus with get, set
Property Value
Type:
MatchConfigurationStatusImplements
IRecordMatchingConfigurationMetadataStateSee Also