Microsoft Internet Security and Acceleration Server 2000

FPCBandwidthRules.Add Method

Creates a new rule, adds it to the collection, and returns a reference to it.

VBScript Syntax[VBScript]

[ oFPCBandwidthRule = ] FPCBandwidthRules.Add( sRuleName )

C++ Syntax[C++]

HRESULT Add(
  BSTR sRuleName, 
  IFPCBandwidthRule **ppoFPCBandwidthRule
);

Parameters

sRuleName
Required. String that specifies the name of the rule. A string of zero length (not NULL) specifies intrinsic protocols.

Return Values

oFPCBandwidthRule
Reference to the new FPCBandwidthRule object.

Applies To

FPCBandwidthRules