NotificationContext.NotificationType Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Syntax

'Declaration
Public Property NotificationType As NotificationType
public NotificationType NotificationType { get; set; }
public:
property NotificationType NotificationType {
    NotificationType get ();
    void set (NotificationType value);
}
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

See Also

Reference

NotificationContext Class

Microsoft.VisualStudio.Services.ClientNotification Namespace