Home 
  
  
 Change View 
  
  
 Print 
  
 
Microsoft Internet Security and Acceleration Server 2000

FPCDestinationSets.VendorParametersSets Property

Gets a reference to an object for storing and loading custom data into the FPCDestinationSets collection's storage. The VendorParametersSets property is designed to allow third-party extensions to be integrated into ISA.

VBScript Syntax[VBScript]

[ collFPCVendorParametersSets = ] FPCDestinationSets.VendorParametersSets

C++ Syntax[C++]

HRESULT get_VendorParametersSets(
  IFPCVendorParametersSets **pcollFPCVendorParametersSets
);

Parameters

collFPCVendorParametersSets
Reference to the FPCVendorParametersSets collection.

The property is read-only.

Applies To

FPCDestinationSets