EnvironmentPermissionAttribute.Write 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定字串值所指定環境變數的寫入權限。
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 。