DeltaPage.RenderDelta property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property RenderDelta As Boolean
Get
'Usage
Dim instance As DeltaPage
Dim value As Boolean
value = instance.RenderDelta
public bool RenderDelta { get; }
Property value
Type: System.Boolean