ConfigurationCellCollectionItem Property

Gets or sets ConfigurationCell at specified index.

Definition

Namespace: Gemstone.PhasorProtocols.IEC61850_90_5
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.155 -- Release Build+e0712c061c586a83529028b96d7dab34b7d8eae9
public ConfigurationCell this[
	int index
] { get; set; }

Parameters

index  Int32
Index of value to get or set.

Property Value

ConfigurationCell

See Also