DocumentSet.Item Property
Gets a SPListItem object that is associated with this DocumentSet object.
Namespace: Microsoft.Office.DocumentManagement.DocumentSets
Assembly: Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)
Syntax
'Declaration
Public ReadOnly Property Item As SPListItem
Get
'Usage
Dim instance As DocumentSet
Dim value As SPListItem
value = instance.Item
public SPListItem Item { get; }
Property Value
Type: Microsoft.SharePoint.SPListItem
The SPListItem object that is associated with this DocumentSet object.