|
ConfigurationFrame1.Attributes Property
|
Dictionary<TKey, TValue> of string based property names and values for the
ConfigurationFrame1 object.
Namespace: GSF.PhasorProtocols.IEEEC37_118Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.246-beta
Syntaxpublic override Dictionary<string, string> Attributes { get; }
Public Overrides ReadOnly Property Attributes As Dictionary(Of String, String)
Get
public:
virtual property Dictionary<String^, String^>^ Attributes {
Dictionary<String^, String^>^ get () override;
}
abstract Attributes : Dictionary<string, string> with get
override Attributes : Dictionary<string, string> with get
function get_Attributes();
View SourceProperty Value
Dictionary<String,
String>Implements
IChannel.AttributesIChannel.AttributesIChannel.Attributes
See Also