Skip to content

Value

Value (the Get method)

Returns the node value.

T 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.

Last updated on