Returns or sets a Long value specifying the maximum aggregate bandwidth for the server.
Syntax
NSUnicastMgr.MaxBandwidth
Remarks
The maximum value for MaxBandwidth is 4 gigabits per second. This property returns or sets values in units of bits per second.
Example
NSUnicastMgr.MaxBandwidth = 104857600
' bandwidth was set to 100 megabits per second
MsgBox "max bandwidth is " & NSUnicastMgr.MaxBandwidth
See Also
© 1996-1998 Microsoft Corporation. All rights reserved.