SPWebApplication.SyndicationEnabled - Propriété

Obtient ou définit une valeur indiquant s'il faut activer la syndication.

Espace de noms :  Microsoft.SharePoint.Administration
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Property SyndicationEnabled As Boolean
    Get
    Set
'Utilisation
Dim instance As SPWebApplication
Dim value As Boolean

value = instance.SyndicationEnabled

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

Valeur de propriété

Type : System.Boolean
true si la syndication doit être activée ; dans le cas contraire, false.

Voir aussi

Référence

SPWebApplication classe

SPWebApplication - Membres

Microsoft.SharePoint.Administration - Espace de noms