Microsoft Internet Security and Acceleration Server 2000

FPCClientSettingsSection.RemoveValue Method

Removes a client setting value from the list of client settings.

VBScript Syntax[VBScript]

FPCClientSettingsSection.RemoveValue(sName)

C++ Syntax[C++]

HRESULT RemoveValue(
  BSTR sName
);

Parameters

sName
Required. String that specifies the name of the value to be removed.

Applies To

FPCClientSettingsSection