Microsoft Internet Security and Acceleration Server 2000

FPCBandwidthPriority.BandwidthInternalWeight Property

Gets or sets bandwidth for internal traffic defined by the bandwidth priority.

VBScript Syntax[VBScript]

FPCBandwidthPriority.BandwidtInternalWeight [ = lBandwidthInternalWeight ]

C++ Syntax[C++]

HRESULT get_BandwidthInternalWeight(
  long *plBandwidthInternalWeight
);

HRESULT put_BandwidthInternalWeight(
  long lBandwidthInternalWeight
);

Parameters

lBandwidthInternalWeight
Long value that specifies the internal bandwidth of the bandwidth priority (0-200).

The property is read-write.

Applies To

FPCBandwidthPriority