SPView.Scope 属性
获取或设置文档库的视图的递归作用域。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
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; }
属性值
类型:Microsoft.SharePoint.SPViewScope
一个SPViewScope值,指定的范围。