Microsoft Internet Security and Acceleration Server 2000

FPCVendorParametersSet.RemoveValue Method

Removes the given value from the set.

VBScript Syntax[VBScript]

FPCVendorParametersSet.RemoveValue( sValue )

C++ Syntax[C++]

HRESULT RemoveValue(
  BSTR sValue
);

Parameters

sValue
String that specifies the value to remove.

Applies To

FPCVendorParametersSet