IFPCReportJob::RecurrenceType property
Applies to: desktop apps only
The RecurrenceType property gets a value from the FpcScheduledTaskRunningPeriod enumerated type that specifies the frequency with which a report will be generated.
This property is read-only.
Syntax
HRESULT get_RecurrenceType(
FpcScheduledTaskRunningPeriod *pRecurrence
);
' Data type: FpcScheduledTaskRunningPeriod
Property RecurrenceType( _
ByVal pRecurrence As FpcScheduledTaskRunningPeriod _
) As FpcScheduledTaskRunningPeriod
Property value
Value from the FpcScheduledTaskRunningPeriod enumerated type that specifies the frequency with which a report will be generated.
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 automatically set to the applicable value in calls to the SetAsRunOnceReportJob, SetAsDailyReportJob, SetAsMultipleDaysReportJob, and SetAsOncePerMonthReportJob methods. Its default value is fpcRunDaily, which indicates that a report is to be generated daily.
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