Microsoft Internet Security and Acceleration Server 2000 |
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.
FPCAlert.UserName [ = sName ]
HRESULT get_UserName( BSTR *psName ); HRESULT put_UserName( BSTR sName );
The property is read-write.