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

Function:
Gets and sets the type of a WFAny object.
Type
int
Accepted Values:
An integer.

Value

Function:
The value for an item, such as the value for an attribute in a key-value pair.
Type
object
Accepted Values:
A valid object value.