Windows Media Services SDK banner art
PreviousNext

AlertEvents Property

A Boolean value specifying whether alert events are enabled or disabled for this instance of the Windows Media Unicast Admin control.

Syntax

NSUnicastMgr.AlertEvents

Remarks

The default value for AlertEvents is True. Alert events include OnMaxBandWidth, OnMaxClients, and OnMaxFileBitRate.

Example

If Not NSUnicastMgr.AlertEvents Then
  MsgBox ("Alert events are disabled.")
End If

See Also

OnMaxBandWidth, OnMaxClients, OnMaxFileBitRate

PreviousNext


© 1996-1999 Microsoft Corporation. All rights reserved.