SPList Properties


SPList.AllowRssFeeds Property (Microsoft.SharePoint)
Gets a Boolean value that specifies whether the list allows RSS feeds.

Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Syntax

Visual Basic (Declaration)
Public ReadOnly Property AllowRssFeeds As Boolean
Visual Basic (Usage)
Dim instance As SPList
Dim value As Boolean

value = instance.AllowRssFeeds
C#
public bool AllowRssFeeds { get; }

Property Value

true if RSS feeds are allowed; otherwise, false.
See Also

Tags :


Page view tracker