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.
HRESULT get_PeriodType( FpcReportJobPeriodType* 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.
Property PeriodType As FpcReportJobPeriodType
Value from the FPCReportJobPeriodType enumerated type that specifies the type of period that the report will cover.
This property is read-only. It is set in calls to the SetAsDailyReportJob, SetAsMultipleDaysReportJob, and SetAsOncePerMonthReportJob methods. Its default value is fpcReportJobPeriodDay.
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. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.