IFPCServerFarm::PublishedServers property

Applies to: desktop apps only

The PublishedServers property gets an FPCPublishedServers collection that contains objects representing the published servers defined in the server farm.

This property is read-only.

Syntax

HRESULT get_PublishedServers(
  IFPCPublishedServers **ppPublishedServers
);
' Data type: FPCPublishedServers

Property PublishedServers( _
  ByVal ppPublishedServers As IFPCPublishedServers _
) As FPCPublishedServers

Property value

Reference to an FPCPublishedServers collection that contains objects representing the published servers defined in the server farm.

Error codes

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

Remarks

This property is read-only. Published servers can be added and removed by calling the Add and Remove methods of the FPCPublishedServers collection retrieved (the IFPCPublishedServers interface retrieved in C++).

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

IDL

Msfpccom.idl

DLL

Msfpccom.dll

See also

FPCServerFarm

 

 

Build date: 7/12/2010