Gets a Dictionary<(Of <(<'TKey, TValue>)>)> of string based property names and values for this ChannelBase object.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public virtual Dictionary<string, string> Attributes { get; }
Public Overridable ReadOnly Property Attributes As Dictionary(Of String, String) Get
public: virtual property Dictionary<String^, String^>^ Attributes { Dictionary<String^, String^>^ get (); }
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 the PMU Connection Tester to display
attributes of data elements that may be protocol specific.