SPChangeFolder.ListId property
取得已經在資料夾清單的 GUID。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property ListId As Guid
Get
'用途
Dim instance As SPChangeFolder
Dim value As Guid
value = instance.ListId
public Guid ListId { get; }
Property value
Type: System.Guid
Guid
如果資料夾所屬的清單,變更資料夾清單的 GUID。否則,會擲回NotSupportedException。