WebPartGalleryItem.IsRecommended Property

When overridden in a derived class, gets a value that indicates whether the item is recommended for the current page.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public MustOverride ReadOnly Property IsRecommended As Boolean
    Get
'Usage
Dim instance As WebPartGalleryItem
Dim value As Boolean

value = instance.IsRecommended
public abstract bool IsRecommended { get; }

Property Value

Type: System.Boolean
true if the item is recommended for the current page; otherwise, false.

See Also

Reference

WebPartGalleryItem Class

WebPartGalleryItem Members

Microsoft.SharePoint.WebPartPages Namespace