Web.HTTPApp.TCustomWebAuthenticator.LogoutURL

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LogoutURL: string read FLogoutURL write FLogoutURL;

C++

__property System::UnicodeString LogoutURL = {read=FLogoutURL, write=FLogoutURL};

Properties

Type Visibility Source Unit Parent
property public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TCustomWebAuthenticator

Description

Specifies the URL to use for logout. When empty, then logout is not supported.

See Also