Microsoft Internet Security and Acceleration Server 2000

FPCArray.BackupArrayName Property

Gets the array's name from a backup file.

VBScript Syntax[VBScript]

[ sArrayName = ] FPCArray.BackupArrayName ( sFileName )

C++ Syntax[C++]

HRESULT get_BackupArrayName (
  BSTR sFileName,
  BSTR *psArrayName
);

Parameters

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

Return Values

sArrayName
Reference to a string that specifies the array name.

The property is read-only.

Applies To

FPCArray