KeyValue

Description

A class that represents an object with name and value properties.

Syntax

public class KeyValue

Constructors

public KeyValue();
public KeyValue(string key, string val);

Namespace and Assembly

Requirement Value

Namespace

Ascentn.Workflow.Base

Assembly

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

Properties

Property Description

Key

Function:
Specifies the key of the instance.
Type
string
Accepted Values:
A valid key.

Value

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