RegisteredTaskType.Language Property

Gets or sets the language property. Language helps in routing the tasks to the workspace of the same language. Each language requires a separate Duet Enterprise workflow to be registered on the server running Microsoft SharePoint Server 2010.

Namespace:  OBA.Server.Taskflow
Assembly:  OBA.Server.Taskflow (in OBA.Server.Taskflow.dll)

Syntax

'Declaration
Public Property Language As String
    Get
    Set
'Usage
Dim instance As RegisteredTaskType
Dim value As String

value = instance.Language

instance.Language = value
public string Language { get; set; }

Property Value

Type: System.String

See Also

Reference

RegisteredTaskType Class

RegisteredTaskType Members

OBA.Server.Taskflow Namespace