Microsoft Internet Security and Acceleration Server 2000

FPCPolicyElements.DestinationSets Property

Gets a collection of all destination sets in this array. A destination set is a group of destinations that the Web proxy can access. You can use the FPCDestinationSets collectioncollection that is returned to programmatically update destination sets. Automating the task of updating destination sets can save time for a system administrator by using ISA. For an example of a script to perform this task, see Configuring Destination Sets.

VBScript Syntax[VBScript]

[ collFPCDestinationSets = ] FPCPolicyElements.DestinationSets

C++ Syntax[C++]

HRESULT get_DestinationSets(
  IFPCDestinationSets **pcollFPCDestinationSets
);

Parameters

collFPCDestinationSets
Reference to the FPCDestinationSets collection.

This property is read-only.

Applies To

FPCPolicyElements