Microsoft Internet Security and Acceleration Server 2004 SDK

RecurrenceType Property of IFPCReportJob[C++]

FPCReportJob.RecurrenceType [Visual Basic]

[C++]

The RecurrenceType property gets a value from the FpcScheduledTaskRunningPeriod enumerated type that specifies the frequency with which the report will be generated.

HRESULT get_RecurrenceType(
  FpcScheduledTaskRunningPeriod* pRecurrence
);

Parameters

pRecurrence
Pointer to a variable that on return receives a value from the FpcScheduledTaskRunningPeriod enumerated type specifying the frequency with which the report will be generated.

Return Values

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

Remarks

This property is read-only.

[Visual Basic]

The RecurrenceType property gets a value from the FpcScheduledTaskRunningPeriod enumerated type that specifies the frequency with which the report will be generated.

Property RecurrenceType As FpcScheduledTaskRunningPeriod

Property Value

Value from the FpcScheduledTaskRunningPeriod enumerated type that specifies the frequency with which the report will be generated.

Remarks

This property is read-only.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCReportJob