Microsoft Internet Security and Acceleration Server 2000

FPCAccessControlEntry.InheritedObjectType Property

Gets or sets the FPCAccessControlEntry inherited object type. An inherited object type identifies the type of child object that can inherit an ACE. For more information about ACE inheritance, see MSDN.

VBScript Syntax[VBScript]

FPCAccessControlEntry.InheritedObjectType[ = sInheritedObjectType ]

C++ Syntax[C++]

HRESULT get_InheritedObjectType(
  BSTR *psInheritedObjectType
);

HRESULT put_InheritedObjectType(
  BSTR sInheritedObjectType
);

Parameters

sInheritedObjectType
String value that specifies the FPCAccessControlEntry inherited object type.

The property is read-write.

Applies To

FPCAccessControlEntry