Value (the Get method)
Returns the node value.
T Value();
Return Value
Value (the Set method)
Sets the node value
void Value( T value // node value );
Parameters
value
[in] Node value.