Microsoft Internet Security and Acceleration Server 2000

FPCServerPublishingRule.Enabled Property

Gets or sets whether the rule is enabled.

VBScript Syntax[VBScript]

FPCServerPublishingRule.Enabled [ = bEnabled ]

C++ Syntax[C++]

HRESULT get_Enabled(
  VARIANT_BOOL *pbEnabled
);

HRESULT put_Enabled(
  VARIANT_BOOL bEnabled
);

Parameters

bEnabled
A Boolean value that specifies whether a rule is enabled.

The property is read-write.

Applies To

FPCServerPublishingRule