Share via


RegisterTaskPresentationElements.Description Property

Gets or sets the description of the workflow.

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

Syntax

'Declaration
Public Property Description As String
    Get
    Set
'Usage
Dim instance As RegisterTaskPresentationElements
Dim value As String

value = instance.Description

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

Property Value

Type: System.String

See Also

Reference

RegisterTaskPresentationElements Class

RegisterTaskPresentationElements Members

OBA.Server.Taskflow Namespace