Share via


SPView.Scope Property

Gets or sets the recursive scope for the view of a document library.

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

Syntax

Public Property Scope As SPViewScope
    Get
    Set

Dim instance As SPView
Dim value As SPViewScope

value = instance.Scope

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

Property Value

Type: Microsoft.SharePoint.SPViewScope
An SPViewScope value that specifies the scope.

See Also

Reference

SPView Class

SPView Members

Microsoft.SharePoint Namespace