Microsoft Internet Security and Acceleration Server 2004 SDK

FWClientConfigSettings Property of IFPCArray[C++]

FPCArray.FWClientConfigSettings [Visual Basic]

[C++]

The FWClientConfigSettings property gets an FPCClientConfigSettings collection that contains the Firewall client settings for the array. These settings are organized into FPCClientSettingsSection objects, each of which contains a section of client settings.

HRESULT get_FWClientConfigSettings(
  IFPCClientConfigSettings** ppClientConfigSettings
);

Parameters

ppClientConfigSettings
Address of an interface pointer that on return points to an IFPCClientConfigSettings interface that represents the collection of Firewall client settings.

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.

[Visual Basic]

The FWClientConfigSettings property gets an FPCClientConfigSettings collection that contains the Firewall client settings for the array. These settings are organized into FPCClientSettingsSection objects, each of which contains a section of client settings.

Property FWClientConfigSettings As FPCClientConfigSettings

Property Value

Reference to the FPCClientConfigSettings collection for the array.

Remarks

This property is read-only.

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

FPCArray