Microsoft Internet Security and Acceleration Server 2000

FPCApplicationFilter.Vendor Property

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

Note  Though C++ syntax is provided for this property, C++ programmers should set this property using the parameters of the IFWXFilterAdmin::InstallFilter method.

VBScript Syntax[VBScript]

FPCApplicationFilter.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

FPCApplicationFilter