IFPCReportJob::PeriodType property
Applies to: desktop apps only
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.
This property is read-only.
Syntax
HRESULT get_PeriodType(
FpcReportJobPeriodType *pPeriodType
);
' Data type: FpcReportJobPeriodType
Property PeriodType( _
ByVal pPeriodType As FpcReportJobPeriodType _
) As FpcReportJobPeriodType
Property value
Value from the FPCReportJobPeriodType enumerated type that specifies the type of period that the report will cover.
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. It is set in calls to the SetAsDailyReportJob, SetAsMultipleDaysReportJob, and SetAsOncePerMonthReportJob methods. Its default value is fpcReportJobPeriodDay.
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
Build date: 7/12/2010