Parent topic
:
Classes
AgilePoint API
/
Classes
WFAny
Description
A class that represents a primitive data type with type code.
Syntax
public class
WFAny
Constructors
public ();
Namespace and Assembly
Requirement
Value
Namespace
Ascentn.Workflow.Base
Assembly
Ascentn.Workflow.WFBase (in Ascentn.Workflow.WFBase.dll)
Properties
Property
Type
Description
Type
int
Gets and sets the type of a WFAny object.
Value
object
The value for an item, such as the value for an attribute in a key-value pair.