Microsoft Internet Security and Acceleration Server 2000

FPCAccessControlEntry.Flags Property

Gets or sets the FPCAccessControlEntry flag values.

VBScript Syntax[VBScript]

FPCAccessControlEntry.Flags [ = lFlags ]

C++ Syntax[C++]

HRESULT get_Flags(
  long *plFlags
);

HRESULT put_Flags(
  long lFlags
);

Parameters

lFlags
Long value that specifies the FPCAccessControlEntry flag values. Can be a value from the FpcAceFlagType enumerated type. The FpcAceFlagType enumerated type contains values that indicate the presence of the ObjectType or InheritedObjectType fields in the access-control entry (ACE). For more information on the ObjectType or InheritedObjectType fields, see MSDN.

The property is read-write.

Applies To

FPCAccessControlEntry