InheritListItemParentPermissionsActivity.ListItem property
Gets or sets the specified SharePoint Foundation 2010 list item on the designated list.
Namespace: Microsoft.SharePoint.WorkflowActions.WithKey
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property ListItem As SPItemKey
Get
Set
'Usage
Dim instance As InheritListItemParentPermissionsActivity
Dim value As SPItemKey
value = instance.ListItem
instance.ListItem = value
[ValidationOptionAttribute(ValidationOption.Required)]
public SPItemKey ListItem { get; set; }
Property value
Type: Microsoft.SharePoint.Workflow.SPItemKey
Returns SPItemKey.
See also
Reference
InheritListItemParentPermissionsActivity class