Microsoft Internet Security and Acceleration Server 2004 SDK

UsePublishingCredentials Property of IFPCReportJob[C++]

FPCReportJob.UsePublishingCredentials [Visual Basic]

[C++]

The UsePublishingCredentials property gets a Boolean value that indicates whether credentials will be used in publishing reports generated by the report job.

HRESULT get_UsePublishingCredentials(
  VARIANT_BOOL* pfUsePublishingCredentials
);

Parameters

pfUsePublishingCredentials
Pointer to a Boolean variable that is set on return to VARIANT_TRUE if credentials will be used in publishing reports generated by the report job, or to VARIANT_FALSE if credentials will not be used in publishing reports generated by the report job.

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 set by calling the SetPublishingCredentials method.

[Visual Basic]

The UsePublishingCredentials property gets a Boolean value that indicates whether credentials will be used in publishing reports generated by the report job.

Property UsePublishingCredentials As Boolean

Property Value

Boolean value that indicates whether credentials will be used in publishing reports generated by the report job.

Remarks

This property is read-only. It can be set by calling the SetPublishingCredentials method.

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

FPCReportJob