Microsoft Internet Security and Acceleration Server 2000

FPCFirewallChaining.ForwardTo Property

Gets or sets the name or IP address of the server or array to which to chain.

VBScript Syntax[VBScript]

FPCFirewallChaining.ForwardTo [ = sName ]

C++ Syntax[C++]

HRESULT get_ForwardTo(
  BSTR *psName
);

HRESULT put_ForwardTo(
  BSTR sName
);

Parameters

sName
String that specifies the name or IP address of the server or array.

The property is read-write.

Applies To

FPCFirewallChaining