WFAny

Description

A class that represents a primitive data type with type code.

Syntax

public class WFAny

Constructors

public WFAny();

Namespace and Assembly

RequirementValue

Namespace

Ascentn.Workflow.Base

Assembly

Ascentn.Workflow.WFBase (in Ascentn.Workflow.WFBase.dll)

Properties

PropertyDescription

Type

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

Value

Description:
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.