Microsoft Internet Security and Acceleration Server 2000

FPCProtocolRules.Add Method

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

VBScript Syntax[VBScript]

[ oFPCProtocolRule = ] FPCProtocolRules.Add( sRuleName )

C++ Syntax[C++]

HRESULT Add(
  BSTR sRuleName, 
  IFPCProtocolRule **ppoFPCProtocolRule
);

Parameters

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

Return Value

oFPCProtocolRule
Reference to the FPCProtocolRule object.

Applies To

FPCProtocolRules