Freigeben über


SPWebApplication.SyndicationEnabled-Eigenschaft

Dient zum Abrufen oder Festlegen eines Werts, der angibt, ob die Inhaltstypveröffentlichung aktivieren.

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

Syntax

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

value = instance.SyndicationEnabled

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

Eigenschaftswert

Typ: System.Boolean
true Wenn Syndication aktiviert werden soll; andernfalls false.

Siehe auch

Referenz

SPWebApplication Klasse

SPWebApplication-Member

Microsoft.SharePoint.Administration-Namespace