Microsoft Internet Security and Acceleration Server 2004 SDK

PublicNames Property of IFPCWebPublishingProperties[C++]

FPCWebPublishingProperties.PublicNames [Visual Basic]

[C++]

The PublicNames property gets an FPCPublicNames collection that contains names that are resolved to the name or IP address of the Web server published by the rule.

HRESULT get_PublicNames(
  IFPCPublicNames** ppPublicNames
);

Parameters

ppPublicNames
Address of an interface pointer that on return points to an IFPCPublicNames interface that represents the collection of public names.

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. It can be modified by calling the methods of the IFPCPublicNames interface retrieved.

[Visual Basic]

The PublicNames property gets an FPCPublicNames collection that contains names that are resolved to the name or IP address of the Web server published by the rule.

Property PublicNames As FPCPublicNames

Property Value

Reference to an FPCPublicNames collection that contains names that are resolved to the name or IP address of the Web server published by the rule.

Remarks

This property is read-only. It can be modified by calling the methods of the FPCPublicNames collection retrieved.

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

FPCWebPublishingProperties