Click or drag to resize

DataCellBaseConfigurationCell Property

Gets or sets the IConfigurationCell associated with this DataCellBase.

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

Property Value

IConfigurationCell

Implements

IDataCellConfigurationCell
See Also