Microsoft Internet Security and Acceleration Server 2000

FPCDestination.Path Property

Sets the host's path. A path must start with a forward slash mark(/). For example: /Images/*

VBScript Syntax[VBScript]

[ sPath = ] FPCDestination.Path

C++ Syntax[C++]

HRESULT put_Path(
  BSTR *psPath
);

Parameters

sPath
String that specifies the path.

The property is read-only. It can be set by calls to the SetDestinationAsIpRange, SetDestinationAsSingleIP, or SetDestinationAsDomain methods.

Applies To

FPCDestination