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)
Available in Sandboxed Solutions: No

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.

See Also

Reference

SPWebApplication Class

SPWebApplication Members

Microsoft.SharePoint.Administration Namespace