Gets the message displayed on the login page when the user is redirected from elsewhere.

Namespace:  Asi.iBO.ContentManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public string SCRedirectMessageDefault { get; }
Visual Basic (Declaration)
Public ReadOnly Property SCRedirectMessageDefault As String
Visual C++
public:
property String^ SCRedirectMessageDefault {
	String^ get ();
}

See Also