#### [Apq\.Cfg](index.md 'index') ### [Apq\.Cfg\.Sources\.Environment](Apq.Cfg.Sources.Environment.md 'Apq\.Cfg\.Sources\.Environment').[EnvVarsCfgSource](Apq.Cfg.Sources.Environment.EnvVarsCfgSource.md 'Apq\.Cfg\.Sources\.Environment\.EnvVarsCfgSource') ## EnvVarsCfgSource\.IsWriteable Property 获取是否可写,环境变量配置源不支持写入,因此始终为 false ```csharp public bool IsWriteable { get; } ``` Implements [IsWriteable](Apq.Cfg.Sources.ICfgSource.IsWriteable.md 'Apq\.Cfg\.Sources\.ICfgSource\.IsWriteable') #### Property Value [System\.Boolean](https://learn.microsoft.com/en-us/dotnet/api/system.boolean 'System\.Boolean')