RenderListDataParameters.RenderOptions property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property RenderOptions As RenderListDataOptions
Get
Set
'Usage
Dim instance As RenderListDataParameters
Dim value As RenderListDataOptions
value = instance.RenderOptions
instance.RenderOptions = value
public RenderListDataOptions RenderOptions { get; set; }
Property value
Type: Microsoft.SharePoint.Client.RenderListDataOptions
See also
Reference
RenderListDataParameters class