TokenAttribute

Parent Previous Next

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


Syntax

       public class TokenAttribute


Members

int Count

The number of records in the list

object GetAttribute(string name)

Get the record of the given attribute name



Sample

This sample retrieves a list of names.


nameList = Token.Attributes["names"]