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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableAttribute> _
Public ReadOnly Property RequiresClientIntegration As Boolean
Get
'Usage
Dim instance As SPView
Dim value As Boolean
value = instance.RequiresClientIntegration
[ClientCallableAttribute]
public bool RequiresClientIntegration { get; }
Property Value
Type: System.Boolean
Boolean
true if the view requires client integration; otherwise, false.