Microsoft Internet Security and Acceleration Server 2000

FPCArray.BackupComment Property

Gets the backup comment from a file.

VBScript Syntax[VBScript]

[ sComment = ] FPCArray.BackupComment ( sFileName )

C++ Syntax[C++]

HRESULT BackupComment (
  BSTR sFileName,
  BSTR *psComment
);

Parameters

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

Return Values

sComment
Reference to a string that contains the backup comment.

The property is read-only.

Applies To

FPCArray