Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the ID of the list in which the item resides.
Namespace: Microsoft.SharePoint.WorkflowActions.WithKey
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property ListId As String
Get
Set
'Usage
Dim instance As AddListItemPermissionsActivity
Dim value As String
value = instance.ListId
instance.ListId = value
[ValidationOptionAttribute(ValidationOption.Required)]
public string ListId { get; set; }
Property Value
Type: System.String
The ID of the list in which the item resides.
See Also
Reference
AddListItemPermissionsActivity Class