ContentByQueryWebPart.FeedEnabled Property
Enable the feed for this ContentByQueryWebPart object.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(False)> _
Public Property FeedEnabled As Boolean
Get
Set
'Usage
Dim instance As ContentByQueryWebPart
Dim value As Boolean
value = instance.FeedEnabled
instance.FeedEnabled = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(false)]
public bool FeedEnabled { get; set; }
Property Value
Type: System.Boolean