SPList.IndexedRootFolderPropertyKeys 属性
获取需要通过网站数据 Web 服务公开的根文件夹属性的属性键集。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property IndexedRootFolderPropertyKeys As ISet(Of String)
Get
用法
Dim instance As SPList
Dim value As ISet(Of String)
value = instance.IndexedRootFolderPropertyKeys
public ISet<string> IndexedRootFolderPropertyKeys { get; }
属性值
类型:System.Collections.Generic.ISet<String>