WebPartGalleryXmlItemBase.IsRecommended Property
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 Overrides ReadOnly Property IsRecommended As Boolean
Get
'Usage
Dim instance As WebPartGalleryXmlItemBase
Dim value As Boolean
value = instance.IsRecommended
public override bool IsRecommended { get; }
Property Value
Type: System.Boolean
false in all cases.
See Also
Reference
WebPartGalleryXmlItemBase Class