Click or drag to resize

ConfigurationCellCollectionItem Property

Gets or sets ConfigurationCell at specified index.

Namespace: GSF.PhasorProtocols.Macrodyne
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public ConfigurationCell this[
	int index
] { get; set; }
View Source

Parameters

index  Int32
Index of value to get or set.

Property Value

ConfigurationCell
See Also