SPView.RequiresClientIntegration property
Gets a Boolean value that indicates whether the view requires client integration.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property RequiresClientIntegration As Boolean
Get
'Usage
Dim instance As SPView
Dim value As Boolean
value = instance.RequiresClientIntegration
public bool RequiresClientIntegration { get; }
Property value
Type: System.Boolean
Boolean
true if the view requires client integration; otherwise, false.