Gets the message that is displayed to the user when the user tries to access member's only content that he/she does not have access to.

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

Syntax

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

See Also