AlertLevelChangedEventArgs.ChangedNotificationTypes property
Returns notification types whose alert level has changed.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property ChangedNotificationTypes As NotificationTypes
Get
'Usage
Dim instance As AlertLevelChangedEventArgs
Dim value As NotificationTypes
value = instance.ChangedNotificationTypes
public NotificationTypes ChangedNotificationTypes { get; }
Property value
Type: Microsoft.Lync.Model.NotificationTypes
See also
Reference
AlertLevelChangedEventArgs class