Share via


TargetUpdateServiceAppointment.ServiceAppointment Field

banner art

Specifies the serviceappointment entity.

Syntax

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

Remarks

To update fields in a serviceappointment, create an instance of the serviceappointment class and set the fields that you wish to update. Only those fields that are set will be updated in the database.

See Also

© 2007 Microsoft Corporation. All rights reserved.