共用方式為


SPList.IndexedRootFolderPropertyKeys property

取得屬性機碼的根資料夾屬性,需要透過網站資料 Web 服務會公開一組。

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

Syntax

'宣告
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; }

Property value

Type: System.Collections.Generic.ISet<String>

請參閱

參照

SPList class

SPList members

Microsoft.SharePoint namespace