SPList.AllowRssFeeds property
Gets a Boolean value that specifies whether the list allows RSS feeds.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property AllowRssFeeds As Boolean
Get
'Usage
Dim instance As SPList
Dim value As Boolean
value = instance.AllowRssFeeds
public bool AllowRssFeeds { get; }
Property value
Type: System.Boolean
true if RSS feeds are allowed; otherwise, false.