EnvironmentPermissionAttribute.All 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为该字符串值所指定的环境变量设置完全访问权限。
public:
property System::String ^ All { System::String ^ get(); void set(System::String ^ value); };
public string All { get; set; }
member this.All : string with get, set
Public Property All As String
属性值
可以完全访问的环境变量列表。
例外
此属性不支持 get 方法。
注解
环境变量名称不区分大小写。 通过使用 分隔名称来指定多个环境变量名称 PathSeparator。