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

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

Property Value

Type: System.String

The path for Bin Assemblies of a Web site.

See Also

WebFileProperties Interface
VsWebSite Namespace

Return to top