Share via


SPSite.AllowRssFeeds-Eigenschaft

Ruft einen Boolean -Wert, der angibt, ob die Websitesammlung RSS-Feeds ermöglicht.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property AllowRssFeeds As Boolean
    Get
'Usage
Dim instance As SPSite
Dim value As Boolean

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

Eigenschaftswert

Typ: System.Boolean
true Wenn RSS-Feeds zulässig sind; andernfalls false.

Siehe auch

Referenz

SPSite Klasse

SPSite-Member

Microsoft.SharePoint-Namespace