Share via


SubmitFileActivity.__ListId property

Gets or sets the ID of the SharePoint Foundation 2010 list on which the item resides.

Namespace:  Microsoft.SharePoint.WorkflowActions
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 SubmitFileActivity
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

SubmitFileActivity class

SubmitFileActivity members

Microsoft.SharePoint.WorkflowActions namespace