共用方式為


EnvironmentPermissionAttribute.Read 屬性

定義

取得或設定字串值所指定環境變數的讀取權限。

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

屬性值

讀取權限的環境變數清單。

備註

環境變數名稱不區分大小寫。 使用 分隔名稱來指定多個環境變數名稱 PathSeparator

適用於