Microsoft Internet Security and Acceleration Server 2000

FPCAccount.AccountStatus Property

Gets or sets a value that determines whether this account is included in or excluded from the list of accounts to which a rule applies.

VBScript Syntax[VBScript]

FPCAccount.AccountStatus [ = Status ]

C++ Syntax[C++]

HRESULT get_AccountStatus(
  FpcIncludeStatus *pStatus
);

HRESULT put_AccountStatus(
  FpcIncludeStatus Status
);

Parameters

Status
Specifies the status. It can have a value from the FpcIncludeStatus enumerated type.

The property is read-write.

Applies To

FPCAccount