SPSite.AllowRssFeeds property
取得指定的網站集合是否允許 RSS 摘要的Boolean值。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property AllowRssFeeds As Boolean
Get
'用途
Dim instance As SPSite
Dim value As Boolean
value = instance.AllowRssFeeds
public bool AllowRssFeeds { get; }
Property value
Type: System.Boolean
true如果允許 RSS 摘要。否則, false。