Condividi tramite


Proprietà WebFileProperties.AutoRefreshPath

Ottiene o imposta il percorso di aggiornamento automatico per gli assembly bin del sito Web.

Spazio dei nomi:  VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Sintassi

'Dichiarazione
Property AutoRefreshPath As String
    Get
    Set
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)

Valore proprietà

Tipo: System.String
Percorso degli assembly bin del sito Web.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WebFileProperties Interfaccia

Spazio dei nomi VsWebSite