Microsoft Internet Security and Acceleration Server 2000

FPCBandwidthPriority.BandwidthExternalWeight Property

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

VBScript Syntax[VBScript]

FPCBandwidthPriority.BandwidtExternalWeight [ = lBandwidthExternalWeight ]

C++ Syntax[C++]

HRESULT get_BandwidthExternalWeight(
  long *plBandwidthExternalWeight
);

HRESULT put_BandwidthExternalWeight(
  long lBandwidthExternalWeight
);

Parameters

lBandwidthExternalWeight
Long value that specifies the weight of the bandwidth priority (0-200).

The property is read-write.

Applies To

FPCBandwidthPriority