Share via


SPWeb.AllowRssFeeds property

取得布林值,指定該網站是否允許 RSS 摘要。

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

Syntax

'宣告
Public ReadOnly Property AllowRssFeeds As Boolean
    Get
'用途
Dim instance As SPWeb
Dim value As Boolean

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

Property value

Type: System.Boolean
true如果允許 RSS 摘要。否則, false。

請參閱

參照

SPWeb class

SPWeb members

Microsoft.SharePoint namespace