|   | AuthenticationOptionsLogoutPage Property | 
        
        
            Gets or sets the path for the logout page.
            
        
        Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic string LogoutPage { get; set; }Public Property LogoutPage As String
	Get
	Set
public:
property String^ LogoutPage {
	String^ get ();
	void set (String^ value);
}member LogoutPage : string with get, set
function get_LogoutPage();
function set_LogoutPage(value);
Property Value
String See Also
See Also