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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

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.

See Also

Reference

SPList Class

SPList Members

Microsoft.SharePoint Namespace