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

RequirementValue

Namespace

Ascentn.Workflow.Base

Assembly

Ascentn.Workflow.Share (in Ascentn.Workflow.Share.dll)

Properties

PropertyDescription

Name

Function:
The name of an item, such as a property or attribute in a name/value pair.
Type
string
Accepted Values:
A valid name.

Value

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