Indicates if only albums with cover are shown in the list.

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

Syntax

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

Property Value

Type: Boolean

See Also