Microsoft Internet Security and Acceleration Server 2004 SDK

VendorParametersSets Property of IFPCPersist[C++]

FPCPersist.VendorParametersSets [Visual Basic]

[C++]

The VendorParametersSets property gets an FPCVendorParametersSets collection that can hold custom data for extending the object.

HRESULT get_VendorParametersSets(
  IFPCVendorParametersSets** ppVendorParametersSets
);

Parameters

ppVendorParametersSets
Address of an interface pointer that on return points to an IFPCVendorParametersSets interface that represents the collection of custom data.

Return Values

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only. It can be modified by modifying the IFPCVendorParametersSets interface retrieved.

[Visual Basic]

The VendorParametersSets property gets an FPCVendorParametersSets collection that can hold custom data for extending the object.

Property VendorParametersSets As FPCVendorParametersSets

Property Value

Reference to an FPCVendorParametersSets collection that can hold custom data for extending the object.

Remarks

This property is read-only. It can be modified by modifying the FPCVendorParametersSets collection retrieved.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCPersist