Microsoft Internet Security and Acceleration Server 2004 SDK

ServerPublishingProperties Property of IFPCPolicyRule[C++]

FPCPolicyRule.ServerPublishingProperties [Visual Basic]

[C++]

The ServerPublishingProperties property gets an FPCServerPublishingProperties object that specifies a set of properties of the policy rule when the rule is configured as a server publishing rule.

HRESULT get_ServerPublishingProperties(
  IFPCServerPublishingProperties** ppServerPublishingProperties
);

Parameters

ppServerPublishingProperties
Address of an interface pointer that on return points to an IFPCServerPublishingProperties interface that specifies a set of properties of the policy rule when the rule is configured as a server publishing rule.

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. However, the properties of the IFPCServerPublishingProperties interface retrieved can be modified directly using its properties and methods.

[Visual Basic]

The ServerPublishingProperties property gets an FPCServerPublishingProperties object that specifies a set of properties of the policy rule when the rule is configured as a server publishing rule.

Property ServerPublishingProperties As FPCServerPublishingProperties

Property Value

Reference to an FPCServerPublishingProperties object that specifies a set of properties of the policy rule when the rule is configured as a server publishing rule.

Remarks

This property is read-only. However, the properties of the FPCServerPublishingProperties object retrieved can be modified directly using its properties and methods.

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

FPCPolicyRule