IFPCWebPublishingProperties2::PublishedServer property

Applies to: desktop apps only

The PublishedServer property gets or sets the name or IP address of the published server.

This property is read/write.

Syntax

HRESULT put_PublishedServer(
  BSTR bstrPublishedServer
);

HRESULT get_PublishedServer(
  BSTR *pbstrPublishedServer
);
' Data type: String

Property PublishedServer( _
  ByVal bstrPublishedServer As BSTR, _
  ByVal pbstrPublishedServer As BSTR _
) As String

Property value

String that specifies the name or IP address of the published server.

Error codes

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Remarks

This property is read/write.

The computer name or IP address of a single published server or load balancer must be specified in this property only if the internal site name specified in the WebSite property is not resolvable or is not the computer name or IP address of the computer that hosts the published Web site.

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

FPCWebPublishingProperties

 

 

Build date: 7/12/2010