Microsoft Internet Security and Acceleration Server 2000 |
The Restore method restores the settings stored in a file to the array, overwriting the array's previous settings.
The following example uses the Restore method to restore the current array settings from the file "backup file":
Dim objFPC As New FPCLib.FPC Dim objFPCArray As FPCArray Set objFPCArray = objFPC.Arrays.GetContainingArray objFPCArray.Restore "backup file"