Click or drag to resize

IBrowseItemName Property

The name of this browse item node.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
string Name { get; }

Property Value

Type: String
Remarks
This name will (in many cases) end up via FullName(IBrowseItem, Char) as part of the ItemID. If you want a longer more descriptive name to appear in the Tag Server Explorer then use DescriptiveName as well.
See Also