Microsoft Internet Security and Acceleration Server 2000

FPCArray.BackupArrayMode Property

Gets the array's mode from a backup file.

VBScript Syntax[VBScript]

[ lComponents = ] FPCArray.BackupArrayMode ( sFileName )

C++ Syntax[C++]

HRESULT get_BackupArrayMode (
  BSTR sFileName,
  BSTR *plComponents
);

Parameters

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

Return Values

lComponents
Long value that specifies the component flags, using values from the FpcComponents enumerated type.

The property is read-only.

Applies To

FPCArray