Sdílet prostřednictvím


WebFileProperties.AutoRefreshPath – vlastnost

Získá nebo nastaví cestu pro automatické aktualizace k sestavení přihrádky webu.

Obor názvů:  VsWebSite
Sestavení:  VsWebSite.Interop (v VsWebSite.Interop.dll)

Syntaxe

'Deklarace
Property AutoRefreshPath As String
string AutoRefreshPath { get; set; }
property String^ AutoRefreshPath {
    String^ get ();
    void set (String^ value);
}
abstract AutoRefreshPath : string with get, set
function get AutoRefreshPath () : String
function set AutoRefreshPath (value : String)

Hodnota vlastnosti

Typ: System.String
Cesta pro sestavení přihrádky webu.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

WebFileProperties Rozhraní

VsWebSite – obor názvů