Microsoft Internet Security and Acceleration Server 2000 |
Gets a value that specifies the default policy-used value, as set by using the FPCEnterprise.SetPolicy method.
If you set the FPCArrayPolicyConfig.UseDefaults property to TRUE, the array will use the default policy configuration set in the FPCEnterprise object. If you set the FPCArrayPolicyConfig.UseDefaults property to FALSE, the array will use the policy you define by using the FPCArrayPolicyConfig.SetPolicy method.
[ PolicyUsed = ] FPCEnterprise.PolicyUsedFlag
HRESULT get_PolicyUsedFlag( FpcPolicyUsed *pPolicyUsed );
The property is read-only.