共用方式為


SPWebApplication.RenderingFromMetainfoEnabled property

取得或設定 Boolean 值,指定是否要啟用頁面來回最佳化。

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

Syntax

'宣告
Public Property RenderingFromMetainfoEnabled As Boolean
    Get
    Set
'用途
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否則,請false。

請參閱

參照

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace