View.Scope property

Gets or sets a value that specifies the scope for the list view.

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

Syntax

'Declaration
Public Property Scope As ViewScope
    Get
    Set
'Usage
Dim instance As View
Dim value As ViewScope

value = instance.Scope

instance.Scope = value
public ViewScope Scope { get; set; }

Property value

Type: Microsoft.SharePoint.Client.ViewScope
Returns a ViewScope instance representing the scope for the list view.

See also

Reference

View class

View members

Microsoft.SharePoint.Client namespace