Click or drag to resize

ChannelDefinitionBaseIndex Property

Gets or sets the index of this ChannelDefinitionBase.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public virtual int Index { get; set; }
View Source

Property Value

Int32

Implements

IChannelDefinitionIndex
Remarks
Index is automatically maintained by ChannelDefinitionCollectionBaseT.
See Also