Microsoft Internet Security and Acceleration Server 2000

FPCWebFilter.Description Property

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

VBScript Syntax[VBScript]

FPCWebFilter.Description [ = sDescription ]

C++ Syntax[C++]

HRESULT get_Description(
  BSTR *psDescription
);
 
HRESULT put_Description(
  BSTR sDescription
);

Parameters

sDescription
String that specifies the vendor-supplied description.

The property is read-write.

Applies To

FPCWebFilter