Share via


TranslateDocument.Language property

Gets or sets the language into which to translate the specified document type.

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

Syntax

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

value = instance.Language

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

Property value

Type: System.Activities.InArgument<String>

See also

Reference

TranslateDocument class

TranslateDocument members

Microsoft.SharePoint.WorkflowServices.Activities namespace