Microsoft Internet Security and Acceleration Server 2000

FPCDialupEntry.DialupBandwidth Property

Gets or sets the dialup bandwidth.

Bandwidth for connections through an external network adapter are set by using the FPCBandwidthRules.TotalExternalBandwidth property.

Note  For a modem, the bandwidth depends on the actual speed of the modem, compression, and other factors.

VBScript Syntax[VBScript]

FPCDialupEntry.DialupBandwidth [= lDialupBandwidth ]

C++ Syntax[C++]

HRESULT get_DialupBandwidth(
  BSTR *plDialupBandwidth 
);

HRESULT set_DialupBandwidth(
  BSTR lDialupBandwidth 
);

Parameters

lDialupBandwidth
Long value that specifies the bandwidth for the dialup entry.

The property is read-write.

Applies To

FPCDialupEntry