TaskflowProperties.TaskAttachmentUrl Property

Specifies the list of URLs of the attachments to the task.

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

Syntax

'Declaration
Public ReadOnly Property TaskAttachmentUrl As StringCollection
    Get
'Usage
Dim instance As TaskflowProperties
Dim value As StringCollection

value = instance.TaskAttachmentUrl
public StringCollection TaskAttachmentUrl { get; }

Property Value

Type: System.Collections.Specialized.StringCollection

See Also

Reference

TaskflowProperties Class

TaskflowProperties Members

OBA.Server.Taskflow.UI Namespace