Microsoft Internet Security and Acceleration Server 2000

FPCArray.BackupArrayType Property

Gets the array's type from a backup file.

VBScript Syntax[VBScript]

[ ArrayType = ] FPCArray.BackupArrayType ( sFileName )

C++ Syntax[C++]

HRESULT get_BackupArrayType (
  BSTR sFileName,
  FpcArrayType *pArrayType
);

Parameters

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

ReturnValues

ArrayType
The array type. Can have a value from the FpcArrayType enumerated type.

The property is read-only.

Applies To

FPCArray