Microsoft Internet Security and Acceleration Server 2004 SDK

Properties Property of IFPCWebListener[C++]

FPCWebListener.Properties [Visual Basic]

[C++]

The Properties property gets an FPCWebListenerProperties object that contains the properties of the Web listener.

HRESULT get_Properties(
  IFPCWebListenerProperties** ppWebListenerProperties
);

Parameters

ppWebListenerProperties
Address of an interface pointer that on return points to an IFPCWebListenerProperties interface that represents the properties of the Web listener.

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. It can be modified by using the properties of the IFPCWebListenerProperties interface retrieved.

[Visual Basic]

The Properties property gets an FPCWebListenerProperties object that contains the properties of the Web listener.

Property Properties As FPCWebListenerProperties

Property Value

Reference to an FPCWebListenerProperties object that contains the properties of the Web listener.

Remarks

This property is read-only. It can be modified by using the properties of the FPCWebListenerProperties object retrieved.

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

FPCWebListener