Share via


CreateTaskExtensibleElements.Language Property

Gets or sets the language value.

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 CreateTaskExtensibleElements
Dim value As String

value = instance.Language

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

Property Value

Type: System.String

Remarks

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 SharePoint Server 2010.

See Also

Reference

CreateTaskExtensibleElements Class

CreateTaskExtensibleElements Members

OBA.Server.Taskflow Namespace