Share via


WebFileProperties.AutoRefreshPath Property

Gets or sets the auto-refresh path for Bin assemblies of a Web site.

Namespace:  VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

'Declaration
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)

Property Value

Type: System.String
The path for Bin Assemblies of a Web site.

.NET Framework Security

See Also

Reference

WebFileProperties Interface

VsWebSite Namespace