Gets or sets a flag that indicates whether view button is visible.

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

Syntax

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

Property Value

Type: Boolean

See Also