RemoteAuthenticationApplicationPathsOptions.LogInFailedPath 속성
정의
로그인 실패 페이지에 대 한 경로를 가져오거나 설정 합니다.
public:
property System::String ^ LogInFailedPath { System::String ^ get(); void set(System::String ^ value); };
public string LogInFailedPath { get; set; }
member this.LogInFailedPath : string with get, set
Public Property LogInFailedPath As String