SPCopyFieldMask.Parent property
Gets the list item associated with the field mask of the copied item.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Parent As SPListItem
Get
'Usage
Dim instance As SPCopyFieldMask
Dim value As SPListItem
value = instance.Parent
public SPListItem Parent { get; }
Property value
Type: Microsoft.SharePoint.SPListItem
An SPListItem object that represents the list item.