AlertModeTypes enumeration

Enumerates the modes of alert events.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.Lync.Model
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration AlertModeTypes
'Usage
Dim instance As AlertModeTypes
[FlagsAttribute]
public enum AlertModeTypes

Members

Member name Description
Visual Visual can be used for notification.
Audio Audio can be used for notification.
Any Any type that can be used for notification.
Invalid

See also

Reference

Microsoft.Lync.Model namespace