IFPCEEEnterprise::RuleElements property

Applies to: desktop apps only

The RuleElements property gets an FPCRuleElements object that provides access to collections of rule elements for the enterprise. These rule elements are used to define access rules in an enterprise policy.

This property is read-only.

Syntax

HRESULT get_RuleElements(
  IFPCRuleElements **ppRuleElements
);
' Data type: FPCRuleElements

Property RuleElements( _
  ByVal ppRuleElements As IFPCRuleElements _
) As FPCRuleElements

Property value

Reference to the FPCRuleElements object that provides access to collections of rule elements for the enterprise.

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.

The FPCRuleElements object retrieved (the IFPCRuleElements interface retrieved in C++) provides access to collections of content type sets, schedules, protocol definitions, user sets, and sets of various types of network entities. However, it does not provide access to collections of authentication schemes, event definitions, RADIUS servers, or Web listeners because these rule elements are not defined on the enterprise level.

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

FPCEnterprise

 

 

Build date: 7/12/2010