Gets or sets a maximum number of tags that should be shown.

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

Syntax

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

Property Value

Type: Int32

See Also