| MatchConfigurationMetadataIsReadonly Property |
If this is readonly
Namespace:
SanteDB.Matcher.Definition
Assembly:
SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 2.2.1
Syntax public bool IsReadonly { get; set; }
Public Property IsReadonly As Boolean
Get
Set
public:
virtual property bool IsReadonly {
bool get () sealed;
void set (bool value) sealed;
}
abstract IsReadonly : bool with get, set
override IsReadonly : bool with get, set
Property Value
Type:
BooleanImplements
IRecordMatchingConfigurationMetadataIsReadonlySee Also