Microsoft Internet Security and Acceleration Server 2000

FPCIpPacketFilter.ServerName Property

Gets or sets the name of the specific server for which this filter applies. This property is only valid when AllServers is not set to TRUE, in which case the filter applies to all servers in the array.

VBScript Syntax[VBScript]

FPCIpPacketFilter.ServerName [ = sName ]

C++ Syntax[C++]

HRESULT get_ServerName(
  BSTR *psName
);

HRESULT put_ServerName(
  BSTR sName
);

Parameters

sName
String that specifies the server name.

The property is read-write.

Applies To

FPCIpPacketFilter