IFPCReportJobs::ReportsProperties property

Applies to: desktop apps only

The ReportsProperties property gets an FPCReportsProperties object that contains the properties of the reports in the report jobs.

Note  This property is deprecated in Forefront TMG 2010.

This property is read-only.

Syntax

HRESULT get_ReportsProperties(
  IFPCReportsProperties **ppReportsProperties
);
' Data type: FPCReportsProperties

Property ReportsProperties( _
  ByVal ppReportsProperties As IFPCReportsProperties _
) As FPCReportsProperties

Property value

Reference to an FPCReportsProperties object that contains the properties of the reports in the report jobs.

Error codes

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

Remarks

This property is read-only. The properties of the reports in the report jobs can be accessed through the properties of the FPCReportsProperties object retrieved (the IFPCReportsProperties interface retrieved in C++).

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

IDL

Msfpccom.idl

DLL

Msfpccom.dll

See also

FPCReportJobs

 

 

Build date: 7/12/2010