Microsoft Internet Security and Acceleration Server 2000

FPCAccessControlEntry.Trustee Property

Gets or sets the FPCAccessControlEntry trustee. The trustee is the user account, group account, or logon session to which an ACE applies. For more information about trustees, see MSDN.

VBScript Syntax[VBScript]

FPCAccessControlEntry.Trustee [ = sTrustee ]

C++ Syntax[C++]

HRESULT get_Trustee(
  BSTR *psTrustee
);

HRESULT put_Trustee(
  BSTR sTrustee
);

Parameters

sTrustee
String value that specifies the FPCAccessControlEntry trustee.

This value can take the following forms:

The property is read-write.

Applies To

FPCAccessControlEntry