Gets a
Boolean value that specifies whether the list allows RSS feeds.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Visual Basic (Declaration)
Public ReadOnly Property AllowRssFeeds As Boolean
Dim instance As SPList
Dim value As Boolean
value = instance.AllowRssFeeds
public bool AllowRssFeeds { get; }
Property Value
true if RSS feeds are allowed; otherwise, false.