Microsoft Internet Security and Acceleration Server 2000

FPCEnterprise.AllowPublishing Property

Gets or sets a Boolean value that specifies whether publishing is allowed for any array that is not in the FPCArrayPolicyConfigs collection.

VBScript Syntax[VBScript]

FPCEnterprise.AllowPublishing [ = bAllow ]

C++ Syntax[C++]

HRESULT get_AllowPublishing(
  VARIANT_BOOL *pbAllow
);

HRESULT put_AllowPublishing(
  VARIANT_BOOL bAllow
);

Return Values

bAllow
A Boolean value that specifies whether publishing is allowed in the current array.

This property is read-write.

Remarks

Publishing rules cannot be created at the enterprise level. However, the enterprise administrator can specify, by using the FPCEnterprise.AllowPublishing property, whether an array is allowed to publish servers. If the array is allowed to publish, the array administrator can create Web publishing rules (FPCWebPublishingRule object) or server publishing rules (FPCServerPublishingRule object). If the enterprise policy does not allow publishing, then an attempt to add a Web or server publishing rule will return an error message.

Applies to

FPCEnterprise