WorkItem Tag Property TIBCO Spotfire 6.0 API Reference
Gets or sets a tag object. The tag object can be used to associate information with the work item.

Namespace: Spotfire.Dxp.Framework.Threading
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public Object Tag { get; set; }

Property Value

Type: Object
The tag object. Must be set before the work item is added to the dispatcher.
Exceptions

ExceptionCondition
System InvalidOperationExceptionIf the property is set after the work item has been added to the dispatcher.
See Also