Share via


IFPCServerPublishingProperties::PublishedServerIP property

Applies to: desktop apps only

The PublishedServerIP property gets or sets the IP address of the published server to which the rule applies.

This property is read/write.

Syntax

HRESULT put_PublishedServerIP(
  BSTR bstrIP
);

HRESULT get_PublishedServerIP(
  BSTR *pbstrIP
);
' Data type: String

Property PublishedServerIP( _
  ByVal bstrIP As BSTR, _
  ByVal pbstrIP As BSTR _
) As String

Property value

String that specifies the IP address of the published server to which the rule applies.

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. Its value is initially set by the PublishedServerIP parameter of the AddServerPublishingRule method when the rule is created.

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

FPCServerPublishingProperties

 

 

Build date: 7/12/2010