Microsoft Internet Security and Acceleration Server 2000

FPCWebFilter.Vendor Property

Gets or sets the name of the vendor of the filter.

VBScript Syntax[VBScript]

FPCWebFilter.Vendor [ = sVendor ]

C++ Syntax[C++]

HRESULT get_Vendor(
  BSTR *psVendor
);
 
HRESULT put_Vendor(
  BSTR sVendor
);

Parameters

sVendor
String that specifies the vendor's name.

The property is read-write.

Applies To

FPCWebFilter