Microsoft Internet Security and Acceleration Server 2000

FPCProtocolRule.AppliesToAccounts Property

Gets the collection of accounts.

The account status, included or excluded, is set when you add the account to the collection by using the FPCAccounts.Add method.

VBScript Syntax[VBScript]

[ collFPCAccounts = ] FPCProtocolRule.AppliesToAccounts

C++ Syntax[C++]

HRESULT get_AppliesToAccounts(
  IFPCAccounts **pcollFPCAccounts
);

Parameters

collFPCAccounts
Reference to the FPCAccounts collection.

The property is read-only.

Applies To

FPCProtocolRule