The FpcDailyFrequency enumerated type contains values that specify whether a scheduled content download takes place once a day or more than once a day.
typedef enum FpcDailyFrequency { fpcOnce
The download takes place once a day.
= 0, fpcRecurring
The download takes place more than once a day.
= 1 } FpcDailyFrequency;
The download takes place once a day.
The download takes place more than once a day.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.