SPWeb.SyndicationEnabled-Eigenschaft

Ruft einen Wert, der angibt, ob Really Simple Syndication (RSS) in die Website aktiviert ist.

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

Syntax

'Declaration
Public Property SyndicationEnabled As Boolean
    Get
    Set
'Usage
Dim instance As SPWeb
Dim value As Boolean

value = instance.SyndicationEnabled

instance.SyndicationEnabled = value
public bool SyndicationEnabled { get; set; }

Eigenschaftswert

Typ: System.Boolean
true Feeds in der Website zu aktivieren; andernfalls false.

Siehe auch

Referenz

SPWeb Klasse

SPWeb-Member

Microsoft.SharePoint-Namespace