RedirectsLogOutUrl Property |
Gets the log out URL. This specifies the location in which a log out process can be invoked.
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 LogOutUrl { get; }
Public Shared ReadOnly Property LogOutUrl As String
Get
public:
static property String^ LogOutUrl {
String^ get ();
}
static member LogOutUrl : string with get
Property Value
Type:
String
See Also