RedirectsDefaultUrl Property |
Gets the default URL. This specifies the location a user is redirected to upon successful log in.
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 DefaultUrl { get; }
Public Shared ReadOnly Property DefaultUrl As String
Get
public:
static property String^ DefaultUrl {
String^ get ();
}
static member DefaultUrl : string with get
Property Value
Type:
String
See Also