IFPCSnapinPluginPolicy::CurrentAction property

Applies to: desktop apps only

The CurrentAction property gets a value from the FpcPolicyRuleActions enumerated type that indicates whether the policy rule of the node allows or denies requests.

This property is read-only.

Syntax

HRESULT get_CurrentAction(
  FpcPolicyRuleActions *pPolicyRuleAction
);
' Data type: FpcPolicyRuleActions

Property CurrentAction( _
  ByVal pPolicyRuleAction As FpcPolicyRuleActions _
) As FpcPolicyRuleActions

Property value

Value from the FpcPolicyRuleActions enumerated type. The possible values are fpcPolicyRuleActionAllow, which indicates that the policy rule of the node allows requests, and fpcPolicyRuleActionDeny, which indicates that the policy rule of the node denies requests.

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.

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

FPCSnapinPluginPolicy

 

 

Build date: 7/12/2010