Microsoft Internet Security and Acceleration Server 2000

FPCDestinationSets.Add Method

Creates a new FPCDestinationSet collection in the FPCDestinationSets collection and returns a reference to it. The Save method must be called for the new FPCDestinationSet collection to be saved to persistent storage.

VBScript Syntax[VBScript]

[ collFPCDestinationSet = ] FPCDestinationSets.Add( sName )

C++ Syntax[C++]

HRESULT Add(
  BSTR sName, 
  IFPCDestinationSet **ppcollFPCDestinationSet
);

Parameters

sName
Required. String that specifies the name of the new destination set.

Return Value

collFPCDestinationSet
Reference to the new FPCDestinationSet collection.

Applies To

FPCDestinationSets