Click or drag to resize

ChannelFrameBase<T> .Attributes Property

Dictionary<TKey, TValue> of string based property names and values for the ChannelFrameBase<T> object.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.230-beta
Syntax
public override Dictionary<string, string> Attributes { get; }
View Source

Property Value

Dictionary<String, String>

Implements

IChannel.Attributes
IChannel.Attributes
See Also