Class: Attribute

system.data. Attribute


new Attribute(name, value)

Determinates a basic attribute definition.

Determinates a basic attribute definition.

Parameters:
Name Type Description
name string

The name of the attribute.

value *

The value of the attribute.

Implements:
See:

Members


<static> name :string

The name of the attribute.

Type:
  • string

<static> name :*

The value of the attribute.

Type:
  • *

Methods


toString()

Returns the string representation of this instance.

Returns:

the string representation of this instance.