Microsoft Internet Security and Acceleration Server 2004 SDK

ParentPolicy Property of IFPCSnapinNode[C++]

FPCSnapinNode.ParentPolicy [Visual Basic]

[C++]

The ParentPolicy property gets the enterprise policy object under which the extension is being created. The enterprise policy object is not available in ISA Server, Standard Edition.

HRESULT get_ParentPolicy(
  IDispatch** ppPolicy
);

Parameters

ppPolicy
Address of a pointer to IDispatch that on return points to an interface representing the enterprise policy under which the extension is being created.

Return Values

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only.

[Visual Basic]

The ParentPolicy property gets the enterprise policy object under which the extension is being created. The enterprise policy object is not available in ISA Server, Standard Edition.

Property ParentPolicy As IDispatch

Property Value

Reference to the enterprise policy object under which the extension is being created.

Remarks

This property is read-only.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCSnapinNode