Microsoft Internet Security and Acceleration Server 2000

FPCWebFilter.Version Property

Gets or sets the vendor-supplied version of the filter.

VBScript Syntax[VBScript]

FPCWebFilter.Version [ = sVersion ]

C++ Syntax[C++]

HRESULT get_Version(
  BSTR *psVersion
);
 
HRESULT put_Version( 
  BSTR sVersion
);

Parameters

sVersion
String that specifies the vendor-supplied version.

The property is read-write.

Applies To

FPCWebFilter