Microsoft Internet Security and Acceleration Server 2000

FPCRoutingRule.Enabled Property

Gets or sets whether this rule is enabled.

Note  The default routing rule cannot be disabled.

VBScript Syntax[VBScript]

FPCRoutingRule.Enabled [ = bEnabled ]

C++ Syntax[C++]

HRESULT get_Enabled(
  VARIANT_BOOL *pbEnabled
);
 
HRESULT put_Enabled(
  VARIANT_BOOL bEnabled
);

Parameters

bEnabled
Boolean value that specifies if the rule is enabled.

The property is read-write.

Applies To

FPCRoutingRule