Share via


WebFileProperties2.AutoRefreshPath Property

 

Use Base

True

Namespace:   VsWebSite90
Assembly:  VsWebSite.Interop90 (in VsWebSite.Interop90.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

Implements

WebFileProperties.AutoRefreshPath

See Also

WebFileProperties2 Interface
VsWebSite90 Namespace

Return to top