Microsoft Internet Security and Acceleration Server 2000

FPCAccessControlEntry.ObjectType Property

Gets or sets the FPCAccessControlEntry object type. The object type identifies a property set, property, extended right, or type of child object, depending on the access rights specified in the AccessMask property. For more information about object types, see MSDN.

VBScript Syntax[VBScript]

FPCAccessControlEntry.ObjectType [ = sObjectType ]

C++ Syntax[C++]

HRESULT get_ObjectType(
  BSTR *psObjectType
);

HRESULT put_ObjectType(
  BSTR sObjectType
);

Parameters

sObjectType
String that specifies the FPCAccessControlEntry object type.

The property is read-write.

Applies To

FPCAccessControlEntry