 | MatchConfigurationMetadataIsReadonly Property |
If this is readonly
Namespace: SanteDB.Matcher.DefinitionAssembly: SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 3.0.2081-alpha+c89b6faf865d37596ce49c6b3119b280fbaa425a
Syntaxpublic 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
BooleanImplements
IRecordMatchingConfigurationMetadataIsReadonly
See Also