Microsoft Internet Security and Acceleration Server 2004 SDK

AccessProperties Property of IFPCPolicyRule[C++]

FPCPolicyRule.AccessProperties [Visual Basic]

[C++]

The AccessProperties property gets an FPCAccessProperties object that specifies a set of properties of the policy rule when the rule is configured as an access rule.

HRESULT get_AccessProperties(
  IFPCAccessProperties** ppAccessProperties
);

Parameters

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

[Visual Basic]

The AccessProperties property gets an FPCAccessProperties object that specifies a set of properties of the policy rule when the rule is configured as an access rule.

Property AccessProperties As FPCAccessProperties

Property Value

Reference to an FPCAccessProperties object that specifies a set of properties of the policy rule when the rule is configured as an access rule.

Remarks

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