Microsoft Internet Security and Acceleration Server 2000

FPCAlert.Password Property

Sets the password for the credentials of the command-line action.

The UserName and Password properties are used to restrict the privileges of commands invoked by the alert service. For example, an account could be created with appropriate privileges, and the name and password of that account could then be used by the FPCAlert object. The UserName and Password properties are used only for run-program actions.

VBScript Syntax[VBScript]

FPCAlert.Password [ = sPassword ] 

C++ Syntax[C++]

HRESULT put_Password(
  BSTR sPassword
);

Parameters

sPassword
String that specifies the password.

The property is write-only.

Applies To

FPCAlert