Microsoft Internet Security and Acceleration Server 2000

FPCArray.BackupServerDescription Property

Gets the server's description from a backup file.

VBScript Syntax[VBScript]

[ sServerDescription = ] FPCArray.BackupServerDescription ( sFileName )

C++ Syntax[C++]

HRESULT get_BackupServerDescription (
  BSTR sFileName,
  BSTR *psServerDescription
);

Parameters

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

Return Values

sServerDescription
Reference to a string that specifies the server description.

The property is read-only.

Applies To

FPCArray