Click or drag to resize

TelegramSymbolName Property

The name of this browse item node.

Namespace:  Demo3D.HLE.Comms.Telegram
Assembly:  Demo3D.HLE (in Demo3D.HLE.dll) Version: 18.03.00
Syntax
C#
public override string Name { get; }

Property Value

Type: String

Implements

IBrowseItemName
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