Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: desktop apps only
The DailyFrequency property gets or sets a value from the FpcDailyFrequency enumerated type that specifies whether the download job is to run once on a single day or more than once on a single day.
This property is read/write.
Syntax
HRESULT put_DailyFrequency(
FpcDailyFrequency DailyFrequency
);
HRESULT get_DailyFrequency(
FpcDailyFrequency *pDailyFrequency
);
' Data type: FpcDailyFrequency
Property DailyFrequency( _
ByVal DailyFrequency As FpcDailyFrequency, _
ByVal pDailyFrequency As FpcDailyFrequency _
) As FpcDailyFrequency
Property value
Value from the FpcDailyFrequency enumerated type that specifies whether the download job is to run once on a single day or more than once on a single day.
Error codes
These property methods return S_OK if the call is successful; otherwise, they return an error code.
Remarks
This property is read/write. Its default value is fpcOnce.
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
FPCScheduledContentDownloadConfig
Build date: 7/12/2010