VirtualDirectoryMapping.PhysicalDirectory 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指定 Web 應用程式的完整伺服器路徑。
public:
property System::String ^ PhysicalDirectory { System::String ^ get(); void set(System::String ^ value); };
public string PhysicalDirectory { get; set; }
member this.PhysicalDirectory : string with get, set
Public Property PhysicalDirectory As String
屬性值
指出 Web 應用程式之完整伺服器路徑的值。
例外狀況
選取的值無效或未通過內部安全性驗證。