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