Microsoft Internet Security and Acceleration Server 2000

FPCWebFilter.Name Property

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

VBScript Syntax[VBScript]

FPCWebFilter.Name [ = sName ]

C++ Syntax[C++]

HRESULT get_Name(
  BSTR *psName
);
 
HRESULT put_Name(
  BSTR sName
);

Parameters

sName
String that specifies the vendor-supplied name.

The property is read-write.

Applies To

FPCWebFilter