SPWebApplication.RenderingFromMetainfoEnabled - Propriété

Obtient ou définit une valeur booléenne qui spécifie s'il faut activer l'optimisation aller-retour de page.

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

Syntaxe

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

value = instance.RenderingFromMetainfoEnabled

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

Valeur de propriété

Type : System.Boolean
Boolean
true pour activer l'optimisation aller-retour de page ; dans le cas contraire, false.

Voir aussi

Référence

SPWebApplication classe

SPWebApplication - Membres

Microsoft.SharePoint.Administration - Espace de noms