Click or drag to resize

ChannelDefinitionBase.Index Property

Gets or sets the index of this ChannelDefinitionBase.

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

Property Value

Int32

Implements

IChannelDefinition.Index
Remarks
Index is automatically maintained by ChannelDefinitionCollectionBase<T>.
See Also