Click or drag to resize

ConfigurationCellBaseParent Property

Gets or sets a reference to the parent IConfigurationFrame for this ConfigurationCellBase.

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

Property Value

IConfigurationFrame

Implements

IConfigurationCellParent
See Also