Microsoft Internet Security and Acceleration Server 2000

FPCBandwidthRule.SetBandwidthPriority Method

Sets the bandwidth rule to use Windows quality of service (QoS) or a specific bandwidth priority.

VBScript Syntax[VBScript]

FPCBandwidthRule.SetBandwidthPriority( bIsWindowsQoS, sNewPriority )

C++ Syntax[C++]

HRESULT put_SetBandwidthPriority(
  VARIANT_BOOL bIsWindowsQoS, 
  BSTR sNewPriority
);

Parameters

bIsWindowsQoS
A Boolean value that specifies whether the rule uses Windows QoS bandwidth (TRUE) or a specific bandwidth priority (FALSE).
sNewPriority
Optional. String that defines a bandwidth priority to use. Only used if bIsWindowsQoS equals FALSE.

The property is read only.

Applies To

FPCBandwidthRule