Freigeben über


NotificationMessage.Attributes-Eigenschaft

Namespace:  Microsoft.VisualStudio.Services.ClientNotification
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property Attributes As IDictionary(Of String, Object)
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public IDictionary<string, Object> Attributes { get; set; }

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

NotificationMessage Klasse

Microsoft.VisualStudio.Services.ClientNotification-Namespace