Microsoft Internet Security and Acceleration Server 2000

FPCAlert.UserName Property

Gets or sets the user name 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.UserName [ = sName ] 

C++ Syntax[C++]

HRESULT get_UserName(
  BSTR *psName
);

HRESULT put_UserName(
  BSTR sName
);

Parameters

sName
String that specifies the user name.

The property is read-write.

Applies To

FPCAlert