Microsoft Internet Security and Acceleration Server 2000

FPCEnterprise.DefaultPolicy Property

Gets the name of the default enterprise policy, or NULL for the first policy in the FPCEnterprisePolicies collection. This policy is used for any array that is not in the FPCArrayPolicyConfigs collection.

VBScript Syntax[VBScript]

[ sPolicyName = ] FPCEnterprise.DefaultPolicy

C++ Syntax[C++]

HRESULT get_DefaultPolicy(
  BSTR *psPolicyName
);

Parameters

sPolicyName
String value that specifies the name of the default policy.

The property is read-only.

Applies To

FPCEnterprise