Microsoft Internet Security and Acceleration Server 2000

FPCRoutingRules.Add Method

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

VBScript Syntax[VBScript]

[ oFPCRoutingRule = ] FPCRoutingRules.Add( sRuleName )

C++ Syntax[C++]

HRESULT Add(
  BSTR sRuleName, 
  IFPCRoutingRule **ppoFPCRoutingRule
);

Parameters

sRuleName
Required. String that specifies the name of the routing rule.

Return Value

oFPCRoutingRule
Reference to the new FPCRoutingRule object.

Applies To

FPCRoutingRules