Link to this page
Print this page
Parent topic
:
Classes
REST API
/
Classes
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
Definition:
Specifies the key of the instance.
Type
string
Allowed Values:
A valid key.
Value
Definition:
The value for an item, such as the value for an attribute in a name-value pair.
Type
string
Allowed Values:
A valid string value.