View.Scope Property
Gets or sets a value that specifies the scope for the list view.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property Scope As ViewScope
Get
Set
'Usage
Dim instance As View
Dim value As ViewScope
value = instance.Scope
instance.Scope = value
[RemoteAttribute]
public ViewScope Scope { get; set; }
Property Value
Type: Microsoft.SharePoint.Client.ViewScope
Returns a ViewScope instance representing the scope for the list view.