Microsoft Internet Security and Acceleration Server 2000

FPCAccessControlEntry.AccessMask Property

Gets or sets the access mask for this FPCAccessControlEntry object.

VBScript Syntax[VBScript]

FPCAccessControlEntry.AccessMask [ = lAccessMask ]

C++ Syntax[C++]

HRESULT get_AccessMask(
  long *plAccessMask
);

HRESULT put_AccessMask(
  long lAccessMask
);

Parameters

lAccessMask

Long value that specifies the access mask for this FPCAccessControlEntry object. Can be a combination of bit values from the FpcIndArrayObjAccessRights enumerated type for a stand-alone server or from the FpcDomainArrayObjAccessRights for an array. These rights are mapped to registry access rights and Active Directory access rights, respectively. Use bit values from the FpcAlertsAccessRights enumerated type for the signaled alerts access mask, and from the FpcSessionsAccessRights enumerated type for the sessions access mask.

The property is read-write.

Applies To

FPCAccessControlEntry