Microsoft Internet Security and Acceleration Server 2000

FPCArray.BackupArrayDescription Property

Gets the array's description from a backup file.

VBScript Syntax[VBScript]

[ sArrayDescription = ] FPCArray.BackupArrayDescription ( sFileName )

C++ Syntax[C++]

HRESULT get_BackupArrayDescriptioni (
  BSTR sFileName,
  BSTR *psArrayDescription
);

Parameters

sFileName
A string that specifies the name of the file to contain a backup of the array information.

Return Values

sArrayDescription
Reference to a string that specifies the array description.

The property is read-only.

Applies To

FPCArray