Indicates if blog roles should be shown on edit and display screens

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

Syntax

C#
public static bool ShowBlogRoles { get; }
Visual Basic
Public Shared ReadOnly Property ShowBlogRoles As Boolean
	Get
Visual C++
public:
static property bool ShowBlogRoles {
	bool get ();
}
F#
static member ShowBlogRoles : bool with get

Property Value

Type: Boolean
true if [show blog roles]; otherwise, false.

See Also