Click or drag to resize

IChannelTag Property

Gets or sets a user definable reference to an object associated with this IChannel object.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
Object Tag { get; set; }
View Source

Property Value

Object
Remarks
Classes implementing IChannel should only track this value.
See Also