Click or drag to resize

DigitalDefinition.Attributes Property

Gets a Dictionary<TKey, TValue> of string based property names and values for this DigitalDefinition object.

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

Property Value

Dictionary<String, String>

Implements

IChannel.Attributes
IChannel.Attributes
See Also