Microsoft Internet Security and Acceleration Server 2004 SDK

FPCClientSettingsSection

The FPCClientSettingsSection object contains a section of Firewall client settings.

The client settings sections, together with the local domain table (LDT) and the client configuration options, comprise the information stored in the global Firewall client configuration file.

For more information about the Firewall client configuration files, see the Internet Security and Acceleration Server 2004 product documentation.

This object is typically an element of an FPCClientConfigSettings collection. The AddSection method can be used to create a new FPCClientSettingsSection object in the collection.

Click here to see the ISA Server object hierarchy.

Methods

The FPCClientSettingsSection object defines the following methods.

Method Description
Refresh Reads all of the object's properties from persistent storage, discarding any changes that were not saved.
RemoveValue Removes the specified client setting value from the list of client settings.
Save Writes the current values of all of the object's properties to persistent storage.

Properties

The FPCClientSettingsSection object has the following properties.

Property Description
AllNames Gets the names of all the Firewall client settings in the section.
Name Gets or sets the name of the Firewall client settings section.
Value Gets or sets the value associated with the setting name supplied.

Remarks

This object implements the IFPCClientSettingsSection interface.

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

COM Objects