Microsoft Internet Security and Acceleration Server 2004 SDK

WebPublishingProperties Property of IFPCPolicyRule[C++]

FPCPolicyRule.WebPublishingProperties [Visual Basic]

[C++]

The WebPublishingProperties property gets a set of properties of the policy rule when the rule is configured as a Web publishing rule.

HRESULT get_WebPublishingProperties(
  IFPCWebPublishingProperties** ppWebPublishingProperties
);

Parameters

ppWebPublishingProperties
Address of an interface pointer that on return points to the IFPCWebPublishingProperties interface that specifies a set of properties of the policy rule when the rule is configured as a Web 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 IFPCWebPublishingProperties interface referenced can be modified directly using its properties and methods.

[Visual Basic]

The WebPublishingProperties property gets a set of properties of the policy rule when the rule is configured as a Web publishing rule.

Property WebPublishingProperties As FPCWebPublishingProperties

Property Value

Reference to the FPCWebPublishingProperties object that specifies a set of properties of the policy rule when the rule is configured as a Web publishing rule.

Remarks

This property is read-only. However, the properties of the FPCWebPublishingProperties object referenced 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