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 。