Microsoft Internet Security and Acceleration Server 2000

FPCAccount.Account Property

Gets or sets the domain and name of the account.

VBScript Syntax[VBScript]

FPCAccount.Account [ = sAccount ]

C++ Syntax[C++]

HRESULT get_Account(
  BSTR *psAccount
);

HRESULT put_Account(
  BSTR sAccount
);

Parameters

sAccount
String that specifies the domain and name, in domain\accountname format.

The property is read-write.

Applies To

FPCAccount