Gets a Dictionary<(Of <(<'TKey, TValue>)>)> of string based property names and values for this IChannel 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 (); }