Microsoft Internet Security and Acceleration Server 2000

FPCArray.BackupServerName Property

Gets the server's name from a backup file.

VBScript Syntax[VBScript]

[ sServerName = ] FPCArray.BackupServerName ( sFileName )

C++ Syntax[C++]

HRESULT get_BackupServerName (
  BSTR sFileName,
  BSTR *psServerName
);

Parameters

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

Return Values

sServerName
Reference to a string that specifies the server name.

The property is read-only.

Applies To

FPCArray