SPFollowableList.ListRootFolderUrl property
取得清單的根資料夾 URL。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property ListRootFolderUrl As Uri
Get
'用途
Dim instance As SPFollowableList
Dim value As Uri
value = instance.ListRootFolderUrl
public Uri ListRootFolderUrl { get; }
Property value
Type: System.Uri