Microsoft Internet Security and Acceleration Server 2000

FPCBandwidthRule.AppliesToAccounts Property

Gets the collection of accounts to which the rule applies. The collection of FPCAccount objects contains definintions of accounts for users or groups of users.

VBScript Syntax[VBScript]

[ collFPCAccounts = ] FPCBandwidthRule.AppliesToAccounts

C++ Syntax[C++]

HRESULT get_AppliesToAccounts(
  IFPCAccounts **pcollFPCAccounts
);

Parameters

collFPCAccounts
Reference to the FPCAccounts collection.

The property is read-only.

Applies To

FPCBandwidthRule