Microsoft Internet Security and Acceleration Server 2004 SDK

AllNames Property of IFPCClientSettingsSection[C++]

FPCClientSettingsSection.AllNames [Visual Basic]

[C++]

The AllNames property gets the names of all the Firewall client settings in the section.

HRESULT get_AllNames(
  VARIANT* pItem
);

Parameters

pItem
Pointer to a VARIANT that on return receives a safe array of strings containing the names of all the Firewall client settings in the section.

Return Values

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only.

The AllNames property retrieves a safe array of all the names of Firewall client settings that were stored through the Value property.

[Visual Basic]

The AllNames property gets the names of all the Firewall client settings in the section.

Property AllNames As Variant

Property Value

Array of strings containing the names of all the Firewall client settings in the section.

Remarks

This property is read-only.

The AllNames property retrieves a safe array of all the names of Firewall client settings that were stored through the Value property.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCClientSettingsSection