Microsoft Internet Security and Acceleration Server 2000

FPCEnterprise.BackupComment Property

Gets the backup comment from a file.

VBScript Syntax[VBScript]

[ sBackupComment = ] FPCEnterprise.BackupComment ( sFileName )

C++ Syntax[C++]

HRESULT get_BackupComment (
  BSTR sFileName, 
  BSTR *psBackupComment
);

Parameters

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

Return Values

sBackupComment
A string value that specifies a comment that was added to the backup file when it was created.

The property is read-only. The backup comment is set by using the Backup method.

Applies to

FPCEnterprise