 | DockerConfigurationManagerIsReadonly Property |
True if the configuration manager is readonly
Namespace: SanteDB.Docker.CoreAssembly: SanteDB.Docker.Core (in SanteDB.Docker.Core.dll) Version: 3.0.2081-alpha+33b80aa7f95e24a6799613bc47257a05ef96e81a
Syntaxpublic bool IsReadonly { get; }Public ReadOnly Property IsReadonly As Boolean
Get
public:
virtual property bool IsReadonly {
bool get () sealed;
}abstract IsReadonly : bool with get
override IsReadonly : bool with get
Property Value
BooleanImplements
IConfigurationManagerIsReadonly
See Also