Microsoft Internet Security and Acceleration Server 2000

FPCArrayPolicyConfig.UseDefaults Property

Gets or sets the UseDefaults value to which the FPCArrayPolicyConfig object applies. When UseDefaults is set to TRUE, the array uses the default policy configuration set in the FPCEnterprise object.

VBScript Syntax[VBScript]

FPCArrayPolicyConfig.UseDefaults [ = bUseDefaults ]

C++ Syntax[C++]

HRESULT get_UseDefaults(
  VARIANT_BOOL *pbUseDefaults
);

HRESULT put_UseDefaults(
  VARIANT_BOOL bUseDefaults
);

Parameters

bUseDefaults
A Boolean value that specifies whether to use the default settings of the object.

The property is read-write.

Note  You cannot define a local policy configuration when bUseDefaults equals TRUE.

Applies To

FPCArrayPolicyConfig