Share via


ServiceBusExceptionMessage.Attributes Property

Namespace:  Microsoft.VisualStudio.Services.Client
Assembly:  Microsoft.VisualStudio.Services.Client (in Microsoft.VisualStudio.Services.Client.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Attributes As IDictionary(Of String, Object)
[DataMemberAttribute]
public IDictionary<string, Object> Attributes { get; set; }
[DataMemberAttribute]
public:
property IDictionary<String^, Object^>^ Attributes {
    IDictionary<String^, Object^>^ get ();
    void set (IDictionary<String^, Object^>^ value);
}
[<DataMemberAttribute>]
member Attributes : IDictionary<string, Object> with get, set
function get Attributes () : IDictionary<String, Object>
function set Attributes (value : IDictionary<String, Object>)

Property Value

Type: System.Collections.Generic.IDictionary<String, Object>

.NET Framework Security

See Also

Reference

ServiceBusExceptionMessage Class

Microsoft.VisualStudio.Services.Client Namespace