Returns the <ProductName> text associated with this node's Vendor ID and Product Code, as defined in NodeInfo.xml or CustomNodeInfo.xml. The value is cached when the RapidCodeNetworkNode object is initialized, so subsequent calls return the cached value.
Returns
(C++)const char* (C#)string - The product name, or an empty string if the node does not exist on the network or is not defined in the XML files.
Note
The product name is read once at initialization. If you modify the XML files after creating the RapidCodeNetworkNode, you must recreate it to see the changes.