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