TokenAttribute

public class TokenAttribute

The TokenAttribute object provides general information about a workflow token attribute.

 Properties

int Count

The number of records in the list

 Methods

object GetAttribute(string name)

Get the record of the given attribute name

Example

This example retrieves a list of names.

nameList = Token.GetAttribute("names")

also possible:

nameList = Token.Attributes["names"]