Microsoft Internet Security and Acceleration Server 2000

FPCEnterprisePolicy.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 is backed up from the Active Directory with all other ISA objects.

VBScript Syntax[VBScript]

[ collFPCVendorParametersSets = ] FPCEnterprisePolicy.VendorParametersSets

C++ Syntax[C++]

HRESULT get_VendorParametersSets(
  IFPCVendorParametersSets **pcollFPCVendorParametersSets
);

Parameters

collFPCVendorParametersSets
Reference to the FPCVendorParametersSets collection.

The property is read-only.

Applies To

FPCEnterprisePolicy