SPWebApplication.RenderingFromMetainfoEnabled property
Gets or sets a Boolean value that specifies whether to enable page roundtrip optimization.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property RenderingFromMetainfoEnabled As Boolean
Get
Set
'Usage
Dim instance As SPWebApplication
Dim value As Boolean
value = instance.RenderingFromMetainfoEnabled
instance.RenderingFromMetainfoEnabled = value
public bool RenderingFromMetainfoEnabled { get; set; }
Property value
Type: System.Boolean
Boolean
true to enable page roundtrip optimization; otherwise, false.