Parent topic
:
Classes
AgilePoint API
/
Classes
KeyValue
Description
A class that represents an object with name and value properties.
Syntax
public class
KeyValue
Constructors
public ();
public (string key, string val);
Namespace and Assembly
Requirement
Value
Namespace
Ascentn.Workflow.Base
Assembly
Ascentn.Workflow.WFBase (in Ascentn.Workflow.WFBase.dll)
Properties
Property
Type
Description
Key
string
Gets and sets the key of this instance.
Value
string
The value for an item, such as the value for an attribute in a name-value pair.