| ScheduledUpdaterScheduleOptions Property |
Gets the schedule options currently being used by the scheduler.
Namespace: Microsoft.IoT.DeviceCoreAssembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ScheduleOptions ScheduleOptions { get; }
Public ReadOnly Property ScheduleOptions As ScheduleOptions
Get
public:
virtual property ScheduleOptions^ ScheduleOptions {
ScheduleOptions^ get () sealed;
}
abstract ScheduleOptions : ScheduleOptions with get
override ScheduleOptions : ScheduleOptions with get
Property Value
Type:
ScheduleOptionsSee Also