RescheduleRequest.Target Field

banner art

Specifies the target of the reschedule operation.

Syntax

[Visual Basic .NET]
Public Field Target As TargetSchedule
[C#]
public TargetSchedule Target;
[JScript]
public var Target : TargetSchedule;

Remarks

Set the value of this field to an instance of the TargetSchedule class for the entity type you are rescheduling. For example, if you are rescheduling an appointment, set this field to an instance of the TargetScheduleAppointment class.

See Also

© 2007 Microsoft Corporation. All rights reserved.