Compartilhar via


UpdateItemActivity.ListId Property

Gets or sets the ID of the specified SharePoint Foundation 2010 list containing the list item to be updated.

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 UpdateItemActivity
Dim value As String

value = instance.ListId

instance.ListId = value
[ValidationOptionAttribute(ValidationOption.Required)]
public string ListId { get; set; }

Property Value

Type: System.String
Returns String.

See Also

Reference

UpdateItemActivity Class

UpdateItemActivity Members

Microsoft.SharePoint.WorkflowActions.WithKey Namespace