Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.VisualStudio.Services.ClientNotification
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property NotificationType As NotificationType
[DataMemberAttribute]
public NotificationType NotificationType { get; set; }
[DataMemberAttribute]
public:
property NotificationType NotificationType {
NotificationType get ();
void set (NotificationType value);
}
[<DataMemberAttribute>]
member NotificationType : NotificationType with get, set
function get NotificationType () : NotificationType
function set NotificationType (value : NotificationType)
Property Value
Type: Microsoft.VisualStudio.Services.ClientNotification.NotificationType
.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.
See Also
Reference
Microsoft.VisualStudio.Services.ClientNotification Namespace