Microsoft Internet Security and Acceleration Server 2000

FPCWebPublishingRule.WebSite Property

Gets the URL to redirect requests to when the Action property is set to fpcRouteRedirect.

VBScript Syntax[VBScript]

[ sWebSite = ] FPCWebPublishingRule.WebSite

C++ Syntax[C++]

HRESULT get_WebSite(
  BSTR *psWebSite
);

Parameters

sWebSite
String that specifies the URL of the Web site.

The property is read only. It can be set by using the SetWebSiteAndPorts method.

Applies To

FPCWebPublishingRule