共用方式為


EnvironmentPermissionAttribute.All 屬性

定義

設定完全存取字串值所指定的環境變數。

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

適用於