Gets or sets a boolean value indicating whether this CContent is restricted to loggedin users.

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

Syntax

C#
public bool MembersOnly { get; set; }
Visual Basic (Declaration)
Public Property MembersOnly As Boolean
Visual C++
public:
property bool MembersOnly {
	bool get ();
	void set (bool value);
}

See Also