PeriodType Property of the IFPCReportJob Interface

The PeriodType property gets a value from the FPCReportJobPeriodType enumerated type that specifies the type of period that the report will cover. A report job can cover a day, a week, a month, or a year, or can generate a run-once report.

[C++]
HRESULT get_PeriodType(
	FpcReportJobPeriodType* pPeriodType
);

Parameters

pPeriodType

Pointer to a variable that on return receives a value from the FPCReportJobPeriodType enumerated type specifying the type of period that the report will cover.

Return Value

This property method returns S_OK if the call is successful; otherwise, it returns an error code.
[Visual Basic]
Property PeriodType As FpcReportJobPeriodType

Property Value

Value from the FPCReportJobPeriodType enumerated type that specifies the type of period that the report will cover.

Remarks

This property is read-only. It is set in calls to the SetAsDailyReportJob, SetAsMultipleDaysReportJob, and SetAsOncePerMonthReportJob methods. Its default value is fpcReportJobPeriodDay.

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
IDL

Declared in Msfpccom.idl.

DLL

Requires Msfpccom.dll.

See Also

FPCReportJob


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.