|
IChannelAttributes Property
|
Gets a
DictionaryTKey, TValue of string based property names and values for this
IChannel object.
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.248-beta
SyntaxDictionary<string, string> Attributes { get; }
ReadOnly Property Attributes As Dictionary(Of String, String)
Get
property Dictionary<String^, String^>^ Attributes {
Dictionary<String^, String^>^ get ();
}
abstract Attributes : Dictionary<string, string> with get
function get_Attributes();
View SourceProperty Value
DictionaryString,
String
See Also