Compartir a través de


WebFileProperties.AutoRefreshPath (Propiedad)

Obtiene o establece la ruta de acceso de actualización automática para los ensamblados Bin de un sitio web.

Espacio de nombres:  VsWebSite
Ensamblado:  VsWebSite.Interop (en VsWebSite.Interop.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: String
Ruta de acceso para los ensamblados Bin de un sitio web.

Seguridad de .NET Framework

Vea también

Referencia

WebFileProperties Interfaz

VsWebSite (Espacio de nombres)