ChannelBaseAttributes Property

Gets a DictionaryTKey, TValue of string based property names and values for this ChannelBase object.

Definition

Namespace: Gemstone.PhasorProtocols
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.137 -- Release Build+761dca6ff9b1a8e7a4849e72d691fddbc93a5b09
public virtual Dictionary<string, string> Attributes { get; }

Property Value

DictionaryString, String

Implements

IChannelAttributes

Remarks

The attributes dictionary is relevant to all channel properties. This dictionary will only be instantiated with a call to the Attributes property which will begin the enumeration of relevant system properties. This is typically used for display purposes. For example, this information is displayed in a tree view on the PMU Connection Tester to display attributes of data elements that may be protocol specific.

See Also