Microsoft Internet Security and Acceleration Server 2000

FPCAlert.ServerName Property

Gets the name of the server that is allowed to signal this alert.

VBScript Syntax[VBScript]

[ sName = ] FPCAlert.ServerName

C++ Syntax[C++]

HRESULT get_ServerName(
  BSTR *psName
);

Parameters

sName
String that specifies the server name.

The property is read-only.

Remarks

When the sName parameter is an empty string, or (""), all servers are allowed to signal this alert.

Applies To

FPCAlert