Microsoft Internet Security and Acceleration Server 2000

FPCArrayPolicyConfig.AllowPublishing Property

Gets or sets a Boolean value that allows definition of publishing rules in an array.

VBScript Syntax[VBScript]

FPCArrayPolicyConfig.AllowPublishing [ = bAllowPublishing ]

C++ Syntax[C++]

HRESULT get_AllowPublishing(
  VARIANT_BOOL *pbAllowPublishing
);

HRESULT put_AllowPublishing(
  VARIANT_BOOL bAllowPublishing
);

Parameters

bAllowPublishing
A Boolean value that determines whether definition of publishing rules is allowed in an array.

This property is read-write.

Applies To

FPCArrayPolicyConfig