Microsoft Internet Security and Acceleration Server 2000

FPCWebPublishingRules.Add Method

Creates a new FPCWebPublishingRule object in the list and returns a reference to it.

Note  If there are no listen entries configured using the FPCListenEntries.Add method, then ISA does not listen for incoming or outgoing Web requests.

VBScript Syntax[VBScript]

[ oFPCWebPublishingRule = ] FPCWebPublishingRules.Add( sName )

C++ Syntax[C++]

HRESULT Add(
  BSTR sName, 
  IFPCWebPublishingRule **ppoFPCWebPublishingRule
);

Parameters

sName
Required. String that specifies the name of the new rule.

Return Value

oFPCWebPublishingRule
Reference to the FPCWebPublishingRule object.

Applies To

FPCWebPublishingRules