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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.