Microsoft Internet Security and Acceleration Server 2000

FPCAccessControlEntry.AceType Property

Gets or sets the FPCAccessControlEntry object type.

VBScript Syntax[VBScript]

FPCAccessControlEntry.AceType [ = lAceType ]

C++ Syntax[C++]

HRESULT get_AceType(
  long *plAceType
);

HRESULT put_AceType(
  long lAceType
);

Parameters

lAceType
Long value that specifies the FPCAccessControlEntry object type. Can be a combination of bit values from the FpcAceType enumerated type. These values describe types of access control entries (ACE). For more information on ACE, see MSDN.

The property is read-write.

Applies To

FPCAccessControlEntry