EnvironmentPermissionAttribute.Write 属性

定义

获取或设置字符串值指定的环境变量的写入访问权限。

public:
 property System::String ^ Write { System::String ^ get(); void set(System::String ^ value); };
public string Write { get; set; }
member this.Write : string with get, set
Public Property Write As String

属性值

用于写入访问的环境变量列表。

注解

环境变量名称不区分大小写。 可以通过使用 PathSeparator 分隔名称来指定多个环境变量名称。

适用于