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