AlertEvents Property

A Boolean value specifying whether alert events are enabled or disabled for this instance of the Netshow Unicast Manager 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

© 1996-1998 Microsoft Corporation. All rights reserved.