Share via


TranslateDocument.ToListId property

Gets or sets the globally unique identifier (GUID) of the list in which to store the translated document.

Namespace:  Microsoft.SharePoint.WorkflowServices.Activities
Assembly:  Microsoft.SharePoint.WorkflowServices.Activities (in Microsoft.SharePoint.WorkflowServices.Activities.dll)

Syntax

'Declaration
<RequiredArgumentAttribute> _
Public Property ToListId As InArgument(Of Guid)
    Get
    Set
'Usage
Dim instance As TranslateDocument
Dim value As InArgument(Of Guid)

value = instance.ToListId

instance.ToListId = value
[RequiredArgumentAttribute]
public InArgument<Guid> ToListId { get; set; }

Property value

Type: System.Activities.InArgument<Guid>

See also

Reference

TranslateDocument class

TranslateDocument members

Microsoft.SharePoint.WorkflowServices.Activities namespace