Microsoft Internet Security and Acceleration Server 2000

FPCClientConfigSettings.AddSection Method

Creates a new client settings section, inserts it into the collection, and returns a reference to it.

VBScript Syntax[VBScript]

[ oFPCClientSettingsSection = ] FPCClientConfigSettings.AddSection( sName )

C++ Syntax[C++]

HRESULT AddSection (
  BSTR sName,
  IFPCClientSettingsSection **ppoFPCClientSettingsSection
);

Parameters

sName
Required. String that specifies the name of the new section.

Return Values

oFPCClientSettingsSection
Returns a reference to the new FPCClientSettingsSection object.

Applies To

FPCClientConfigSettings