Microsoft Internet Security and Acceleration Server 2000 |
Gets or sets a Boolean value that specifies whether publishing is allowed for any array that is not in the FPCArrayPolicyConfigs collection.
FPCEnterprise.AllowPublishing [ = bAllow ]
HRESULT get_AllowPublishing( VARIANT_BOOL *pbAllow ); HRESULT put_AllowPublishing( VARIANT_BOOL bAllow );
This property is read-write.
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.