Gets or sets a flag if discussion board is visible for an unauthenticated users.

Namespace: MonoSoftware.MonoX.ModuleGallery.SocialNetworking
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public bool IsPublic { get; set; }
Visual Basic
Public Property IsPublic As Boolean
	Get
	Set
Visual C++
public:
property bool IsPublic {
	bool get ();
	void set (bool value);
}
F#
member IsPublic : bool with get, set

Property Value

Type: Boolean

See Also