Share via


IFPCPolicyRule::AccessProperties property

Applies to: desktop apps only

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.

This property is read-only.

Syntax

HRESULT get_AccessProperties(
  IFPCAccessProperties **ppAccessProperties
);
' Data type: FPCAccessProperties

Property AccessProperties( _
  ByVal ppAccessProperties As IFPCAccessProperties _
) 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.

Error codes

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 configuration settings held in the FPCAccessProperties object retrieved (the IFPCAccessProperties interface retrieved in C++) can be modified directly by setting its properties.

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

IDL

Msfpccom.idl

DLL

Msfpccom.dll

See also

FPCPolicyRule

 

 

Build date: 7/12/2010