EnvironmentPermissionAttribute.Read 属性
定义
获取或设置该字符串值所指定环境变量的读访问权限。Gets or sets read access for the environment variables specified by the string value.
public:
property System::String ^ Read { System::String ^ get(); void set(System::String ^ value); };
public string Read { get; set; }
member this.Read : string with get, set
Public Property Read As String
属性值
可以读访问的环境变量列表。A list of environment variables for read access.
注解
环境变量名称不区分大小写。Environment variable names are case-insensitive. 通过使用分隔名称来指定多个环境变量名称 PathSeparator 。Multiple environment variable names are specified by separating the names using PathSeparator.