Microsoft Internet Security and Acceleration Server 2004 SDK

PolicyRule Property of IFPCSnapinPluginPolicy[C++]

FPCSnapinPluginPolicy.PolicyRule [Visual Basic]

[C++]

The PolicyRule property gets an FPCPolicyRule object that represents the policy rule of the plug-in policy.

HRESULT get_PolicyRule(
  IFPCPolicyRule** ppPolicyRule
);

Parameters

ppPolicyRule
Address of an interface pointer that on return points to an IFPCPolicyRule interface that represents the policy rule of the plug-in policy.

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. It can be modified by calling the properties and methods of the IFPCPolicyRule interface.

[Visual Basic]

The PolicyRule property gets an FPCPolicyRule object that represents the policy rule of the plug-in policy.

Property PolicyRule As FPCPolicyRule

Property Value

Reference to an FPCPolicyRule object that represents the policy rule of the plug-in policy.

Remarks

This property is read-only. It can be modified by calling the properties and methods of the FPCPolicyRule object.

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

FPCSnapinPluginPolicy