Microsoft Internet Security and Acceleration Server 2000

FPCClientSettingsSection.AllNames Property

Gets all the names of the client settings section.

VBScript Syntax[VBScript]

[ pItem = ]FPCClientSettingsSection.AllNames 

C++ Syntax[C++]

HRESULT get_AllNames(
  VARIANT *pItem
);

Parameters

pItem
Pointer to a variant that returns a safe array of strings.

The property is read-only.

Remarks

The AllNames property returns a safe array of all the names of client settings stored through the Value property.

Applies To

FPCClientSettingsSection