Microsoft Internet Security and Acceleration Server 2000 |
The FPCClientSettingsSection object contains sections of client settings.
These sections, together with the Local Domain Table (LDT) and the client-configuration options, comprise the information stored in mspclnt.ini, the global client configuration file. By storing the sections in the FPCClientSettingsSection object, the client configuration information will be shared and synchronized between ISA Server arrays.
For more information on mspclnt.ini, see the ISA Server product documentation.
FPCClientSettingsSection is a member of an FPCClientConfigSettings collection. Use the FPCClientConfigSettings.AddSection method to add a new FPCClientSettingsSection object.
Click here to see the ISA object hierarchy.
This object implements the IFPCClientSettingsSection interface.
The following table lists the methods of the FPCClientSettingsSection object.
Method | Description |
---|---|
Refresh | Reads the object's configuration information from persistent storage, discarding any changes to the configuration that were not saved. |
RemoveValue | Removes a client settings value from the collection. |
Save | Saves the collection's configuration to persistent storage. |
The following table lists the properties of the FPCClientSettingsSection object.
Property | Description |
---|---|
AllNames | Gets all the names of the client settings. |
Name | Gets or sets the name of the client settings section object. |
Value | Gets or sets the value associated with the given name. |
Windows NT/2000: Requires Windows 2000.
Version: Requires ISA Server 2000.
Header: Msfpccom.idl.