INetFwRule::put_Enabled method (netfw.h)

Enables or disables a rule.

This property is read/write.

Syntax

HRESULT put_Enabled(
  VARIANT_BOOL enabled
);

Parameters

enabled

Return value

None

Remarks

This property is optional. A new rule is disabled by default.

Also see the restrictions on changing properties described in the Remarks section of the INetFwRule interface page.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header netfw.h
DLL FirewallAPI.dll

See also

INetFwRule