Value (the Get method)

Returns the node value.

Value();

Return Value

Returns the node value.

Value (the Set method)

Sets the node value

void Value(
   T  value     // Node value
   );

Parameters

value

[in] Node value.