View.RequiresClientIntegration property

Gets a value that specifies whether the list view requires client integration rights.

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

Syntax

'Declaration
Public ReadOnly Property RequiresClientIntegration As Boolean
    Get
'Usage
Dim instance As View
Dim value As Boolean

value = instance.RequiresClientIntegration
public bool RequiresClientIntegration { get; }

Property value

Type: System.Boolean
true if the list view requires client integration rights; otherwise, false

See also

Reference

View class

View members

Microsoft.SharePoint.Client namespace