Microsoft Internet Security and Acceleration Server 2000

FPCAlertInfo.ServerName Property

Gets the name of the ISA server for which the alert is defined, or an empty string representing an alert that applies to all servers within an array.

VBScript Syntax[VBScript]

[ sServerName = ] FPCAlertInfo.ServerName

C++ Syntax[C++]

HRESULT get_ServerName(
  BSTR *psServerName
);

Return Values

sServerName
String that specifies the name of the server that issued the alert.

This property is read only.

Applies To

FPCAlertInfo