Microsoft Internet Security and Acceleration Server 2000

FPCAccessControlEntry.AceFlags Property

Gets or sets the FPCAccessControlEntry flag values.

VBScript Syntax[VBScript]

FPCAccessControlEntry.AceFlags [ = lAceFlag ]

C++ Syntax[C++]

HRESULT get_AceFlags(
  long *plAceFlag
);

HRESULT put_AceFlags(
  long lAceFlag
);

Parameters

lAceFlag
Long value that specifies the FPCAccessControlEntry flag values. It can have a value from the FpcAceFlag enumerated type. These values describe ACE inheritance and audit message generation options. For more information about ACE inheritance, see MSDN.

The property is read-write.

Applies To

FPCAccessControlEntry