Microsoft Internet Security and Acceleration Server 2000

FPCArrayPolicyConfig.VendorParametersSets Property

Gets a reference to an object that stores vendor-specific data. The VendorParametersSets property allows third-party extensions to be integrated into ISA. Any third-party data that is loaded into the FPCVendorParametersSets collection will be backed up with all other ISA objects.

VBScript Syntax[VBScript]

[ collFPCVendorParametersSets = ] FPCArrayPolicyConfig.VendorParametersSets

C++ Syntax[C++]

HRESULT get_VendorParametersSets(
  IFPCVendorParametersSets **pcollFPCVendorParametersSets
);

Parameters

collFPCVendorParametersSets
Reference to the FPCVendorParametersSets collection.

The property is read-only.

Applies To

FPCArrayPolicyConfig