Share via


DeclareRecordActivity.__ListId property

The ID of the SharePoint Foundation 2010 list on which the item resides.

Namespace:  Microsoft.Office.Workflow.Actions
Assembly:  Microsoft.Office.Workflow.Actions (in Microsoft.Office.Workflow.Actions.dll)

Syntax

'Declaration
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property __ListId As String
    Get
    Set
'Usage
Dim instance As DeclareRecordActivity
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

DeclareRecordActivity class

DeclareRecordActivity members

Microsoft.Office.Workflow.Actions namespace