Microsoft Internet Security and Acceleration Server 2000

FPCWebFilter.RelativePath Property

Gets or sets the filter DLL path relative to ISA-install-dir\isapi.

VBScript Syntax[VBScript]

FPCWebFilter.RelativePath [ = sPath ]

C++ Syntax[C++]

HRESULT get_RelativePath(
  BSTR *psPath
);
 
HRESULT put_RelativePath(
  BSTR sPath
);

Parameters

sPath
String that specifies the relative path.

The property is read-write.

Applies To

FPCWebFilter