Gets the message displayed to the user when the user tries to access member's only content without logging in.

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

Syntax

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

See Also