TagCloudWebPart.MaxTerms Property
Gets or sets the maximum number of terms that are displayed to the current Web Part.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property MaxTerms As Integer
Get
Set
'Usage
Dim instance As TagCloudWebPart
Dim value As Integer
value = instance.MaxTerms
instance.MaxTerms = value
public int MaxTerms { get; set; }
Property Value
Type: System.Int32
The maximum number of terms that are displayed to the current Web Part. The default value is 50.