Microsoft Internet Security and Acceleration Server 2004 SDK

ScheduleUsed Property of IFPCPolicyRule[C++]

FPCPolicyRule.ScheduleUsed [Visual Basic]

[C++]

The ScheduleUsed property gets an FPCRef object that references the FPCSchedule object used to define the actual times when the rule applies.

HRESULT get_ScheduleUsed(
  IFPCRef** ppRef
);

Parameters

ppRef
Address of an interface pointer that on return points to the IFPCRef interface that references the FPCSchedule object used to define the actual times when the rule applies.

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. The schedule used to define the actual times when the rule applies can be set by calling the SetSchedule method.

By default, if no schedule is assigned to the rule, the rule will apply at all times.

[Visual Basic]

The ScheduleUsed property gets an FPCRef object that references the FPCSchedule object used to define the actual times when the rule applies.

Property ScheduleUsed As FPCRef

Property Value

Reference to an FPCRef object that references the FPCSchedule object used to define the actual times when the rule applies.

Remarks

This property is read-only. The schedule used to define the actual times when the rule applies can be set by calling the SetSchedule method.

By default, if no schedule is assigned to the rule, the rule will apply at all times.

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

FPCPolicyRule