Microsoft Internet Security and Acceleration Server 2004 SDK

ObjectSource Property of IFPCLogEntry[C++]

FPCLogEntry.ObjectSource [Visual Basic]

[C++]

The ObjectSource property gets a value from the FpcProxyObjSources enumerated type that specifies the source of the proxy object.

HRESULT get_ObjectSource(
  FpcProxyObjSources* pObjectSource
);

Parameters

pObjectSource
Pointer to a variable that on return receives a value from the FpcProxyObjSources enumerated type specifying the source of the proxy object.

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.

For a table of possible values see Object Source Values.

[Visual Basic]

The ObjectSource property gets a value from the FpcProxyObjSources enumerated type that specifies the source of the proxy object.

Property ObjectSource As FpcProxyObjSources

Property Value

Value from the FpcProxyObjSources enumerated type that specifies the source of the proxy object.

Remarks

This property is read-only.

For a table of possible values see Object Source Values.

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

FPCLogEntry