DocSetControl.DocumentSetItem Property
Gets the current list item whose type is Document Set from the current SPContext as a SPListItem object.
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)
Syntax
'Declaration
Protected ReadOnly Property DocumentSetItem As SPListItem
Get
'Usage
Dim value As SPListItem
value = Me.DocumentSetItem
protected SPListItem DocumentSetItem { get; }
Property Value
Type: Microsoft.SharePoint.SPListItem
The SPListItem object that represents the current list item whose type is Document Set.