다음을 통해 공유


WebFileProperties.AutoRefreshPath 속성

웹 사이트의 Bin 어셈블리에 대한 자동 새로 고침 경로를 가져오거나 설정합니다.

네임스페이스:  VsWebSite
어셈블리:  VsWebSite.Interop(VsWebSite.Interop.dll)

구문

‘선언
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)

속성 값

형식: String
웹 사이트의 Bin 어셈블리에 대한 경로입니다.

.NET Framework 보안

참고 항목

참조

WebFileProperties 인터페이스

VsWebSite 네임스페이스