NotificationContext.NotificationType Property
Namespace: Microsoft.VisualStudio.Services.Client
Assembly: Microsoft.VisualStudio.Services.Client (in Microsoft.VisualStudio.Services.Client.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
- 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.