Microsoft Internet Security and Acceleration Server 2000

FPCEnterprisePolicies.Add Method

Adds a new policy to the collection and returns a reference to it. Only enterprise administrators can change the enterprise policy settings and create or modify new enterprise policies. For more information, see the ISA Server product documentation.

VBScript Syntax[VBScript]

[ oFPCEnterprisePolicy = ] FPCEnterprisePolicies.Add( sName, sPolicyToClone )

C++ Syntax[C++]

HRESULT Add (
  BSTR sName,
  BSTR sPolicyToClone,
  IFPCEnterprisePolicy **ppoFPCEnterprisePolicy
);

Parameters

sName
Required. String that specifies the name of FPCEnterprisePolicy object to add.
sPolicyToClone
Optional. String that specifies the policy name to which to copy the configuration.

Return Value

oFPCEnterprisePolicy
Returns a reference to the new FPCEnterprisePolicy object.

Applies To

FPCEnterprisePolicies