Microsoft Internet Security and Acceleration Server 2004 SDK

PolicyRules Property of IFPCSystemPolicy[C++]

FPCSystemPolicy.PolicyRules [Visual Basic]

[C++]

The PolicyRules property gets the FPCSystemPolicyRules collection of all of the system policy rules in the array.

HRESULT get_PolicyRules(
  IFPCSystemPolicyRules** ppSystemPolicyRules
);

Parameters

ppSystemPolicyRules
Address of an interface pointer that on return points to an IFPCSystemPolicyRules interface that represents the collection of system policy rules.

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.

[Visual Basic]

The PolicyRules property gets the FPCSystemPolicyRules collection of all of the system policy rules in the array.

Property PolicyRules As FPCSystemPolicyRules

Property Value

Reference to an FPCSystemPolicyRules collection of system policy rules.

Remarks

This property is read-only.

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

FPCSystemPolicy