RedirectsLoggedOutUrl Property |
Gets the logged out URL. This specifies the location a user should be redirected to upon successful log out.
Namespace: ConnectedApps.Cms.Sdk.SettingsAssembly: ConnectedApps.Cms.Sdk.Settings (in ConnectedApps.Cms.Sdk.Settings.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static string LoggedOutUrl { get; }
Public Shared ReadOnly Property LoggedOutUrl As String
Get
public:
static property String^ LoggedOutUrl {
String^ get ();
}
static member LoggedOutUrl : string with get
Property Value
Type:
String
See Also